tokens.h 232 B

1234567891011
  1. /*
  2. * This file is generated from insns.dat, regs.dat and token.dat
  3. * by tokhash.pl; do not edit.
  4. */
  5. #ifndef NASM_TOKENS_H
  6. #define NASM_TOKENS_H
  7. #define MAX_KEYWORD 17 /* length of longest keyword */
  8. #endif /* NASM_TOKENS_H */