Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
703 B

  1. /***********************************************************************
  2. * Microsoft (R) Windows (R) Resource Compiler
  3. *
  4. * Copyright (c) Microsoft Corporation. All rights reserved.
  5. *
  6. * File Comments:
  7. *
  8. *
  9. ***********************************************************************/
  10. #include <rc.h>
  11. /*
  12. * TOKENS - This file contains the initialized tables of text, token pairs for
  13. * all the C language symbols and keywords, and the mapped value for YACC.
  14. *
  15. * IMPORTANT : this MUST be in the same order as the %token list in grammar.y
  16. *
  17. */
  18. const keytab_t Tokstrings[] = {
  19. #define DAT(tok1, name2, map3, il4, mmap5) { name2, map3 },
  20. #include "tokdat.h"
  21. #undef DAT
  22. };