diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-04 03:57:52 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-04 03:57:52 +0000 |
commit | e87613b14e9ab6f71936c0aa032f508af78d835e (patch) | |
tree | cda54955c913b5edbeebfd0d0fa620c810d1de2f /standard.mac | |
parent | 788abaf55a2c308425da56f6080cfe85070f509f (diff) | |
download | nasm-e87613b14e9ab6f71936c0aa032f508af78d835e.tar.gz nasm-e87613b14e9ab6f71936c0aa032f508af78d835e.tar.bz2 nasm-e87613b14e9ab6f71936c0aa032f508af78d835e.zip |
Make all version information come from the single file "version".
Introduce new standard __NASM_SUBMINOR__ and __NASM_VER__ macros.
Diffstat (limited to 'standard.mac')
-rw-r--r-- | standard.mac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/standard.mac b/standard.mac index 333cedd..bbbf90d 100644 --- a/standard.mac +++ b/standard.mac @@ -1,4 +1,4 @@ -; Standard macro set for NASM 0.98 -*- nasm -*- +; Standard macro set for NASM -*- nasm -*- ; Macros to make NASM ignore some TASM directives before the first include ; directive. @@ -10,13 +10,13 @@ %idefine P586 %idefine END +; This is a magic token which indicates the end of the TASM macros +*END*TASM*MACROS* + ; Note that although some user-level forms of directives are defined ; here, not all of them are: the user-level form of a format-specific ; directive should be defined in the module for that directive. -%define __NASM_MAJOR__ 0 -%define __NASM_MINOR__ 98 - ; These two need to be defined, though the actual definitions will ; be constantly updated during preprocessing. %define __FILE__ |