mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
11 lines
243 B
C
11 lines
243 B
C
/*
|
|
* This file is generated from insns.dat, regs.dat and token.dat
|
|
* by tokhash.pl; do not edit.
|
|
*/
|
|
|
|
#ifndef NASM_TOKENS_H
|
|
#define NASM_TOKENS_H
|
|
|
|
#define MAX_KEYWORD 16 /* length of longest keyword */
|
|
|
|
#endif /* NASM_TOKENS_H */
|