Changeset 21589 for trunk/tools/wrc/wrc.h
- Timestamp:
- Mar 14, 2011, 5:35:17 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/wrc/wrc.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/wrc.h
r5523 r21589 22 22 #define WRC_STRINGIZE(a) #a 23 23 #define WRC_EXP_STRINGIZE(a) WRC_STRINGIZE(a) 24 #define WRC_VERSIONIZE(a,b,c) WRC_STRINGIZE(a) "." WRC_STRINGIZE(b) "." WRC_STRINGIZE(c) 24 #define WRC_VERSIONIZE(a,b,c) WRC_STRINGIZE(a) "." WRC_STRINGIZE(b) "." WRC_STRINGIZE(c) 25 25 #define WRC_VERSION WRC_VERSIONIZE(WRC_MAJOR_VERSION, WRC_MINOR_VERSION, WRC_MICRO_VERSION) 26 26 #define WRC_FULLVERSION WRC_VERSION " " WRC_RELEASEDATE … … 61 61 extern int no_preprocess; 62 62 extern int remap; 63 extern int masm_mode; 63 64 64 65 extern char *prefix; … … 66 67 extern char *input_name; 67 68 extern char *header_name; 68 extern char *cmdline; 69 extern char *cmdline; 69 70 extern time_t now; 70 71
Note:
See TracChangeset
for help on using the changeset viewer.
