nasm/asm
H. Peter Anvin 9c595b6bb4 Fix global variables without declarations
Global variables need to be declared in a header file; "extern" in C
files should be used extremely rarely (it is OK at least for now for
macro tables as they are generally only ever used in one specific
location, but otherwise, no.)

In a few cases the global variables were actually function-local!

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-03-07 19:44:21 -08:00
..
assemble.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
assemble.h asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
directiv.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
directiv.dat preproc: add plumbing for the %pragma directive 2016-10-04 14:57:17 -07:00
directiv.pl asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
error.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
eval.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
eval.h
exprdump.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
exprlib.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
float.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
float.h
labels.c Fix global variables without declarations 2017-03-07 19:44:21 -08:00
listing.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
listing.h New backend interface - assembler internals #1 2016-09-20 16:05:09 -07:00
nasm.c Fix global variables without declarations 2017-03-07 19:44:21 -08:00
parser.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
parser.h
phash.pl
pptok.dat Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-10-04 14:09:07 -07:00
pptok.pl
preproc-nop.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
preproc.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
preproc.h
quote.c
quote.h
rdstrnum.c
segalloc.c
stdscan.c asm/*: Move directive processing to its own file, refactor error handling 2017-03-07 19:31:04 -08:00
stdscan.h
strfunc.c
tokens.dat
tokhash.pl