nasm-version.c 408 B

123456789101112131415
  1. /* This file auto-generated from standard.mac by genmacro.c - don't edit it */
  2. #include <stddef.h>
  3. static const char *nasm_version_mac[] = {
  4. "%define __YASM_MAJOR__ 1",
  5. "%define __YASM_MINOR__ 3",
  6. "%define __YASM_SUBMINOR__ 0",
  7. "%define __YASM_BUILD__ 0",
  8. "%define __YASM_PATCHLEVEL__ 0",
  9. "%define __YASM_VERSION_ID__ 001030000h",
  10. "%define __YASM_VER__ \"1.3.0\"",
  11. NULL
  12. };