Some cleanups based on patch by Nguyen Anh Quynh
authorKevin O'Connor <kevin@koconnor.net>
Wed, 27 Feb 2008 15:41:41 +0000 (10:41 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 27 Feb 2008 15:41:41 +0000 (10:41 -0500)
commit786502d7838fb7ae0488bd0302415c842f791afb
tree2ccb1656bfcb880d9cff8c993d9b47c4adcd21db
parenta2e7380fdfd466c275f61ea1745ed8a5ec4a90f8
Some cleanups based on patch by Nguyen Anh Quynh

Add include guards to header files.
Disable stack protector on gcc versions with that option.
Fix lds bug in src/rombios32.lds.S
Don't forward declare "struct bregs;" - it may be confusing gcc on some versions.
Makefile
src/disk.h
src/farptr.h
src/rombios32.lds.S
src/util.h