Commit Graph

4 Commits

Author SHA1 Message Date
Amul Shah e7f480d540 ENH: Use <> instead of quotation marks for header includes
The following header files are present multiple times in the directories
list.
	rtnhdr.h        sr_unix sr_unix_nsb
	zbreaksp.h      sr_unix sr_i386
	emit_code.h     sr_port sr_i386
	auto_zlink.h    sr_unix sr_i386
	obj_filesp.h    sr_unix sr_unix_nsb
	opcode_def.h    sr_port sr_unix_nsb

This over lap meant that a #include "header.h" chose the header in the
same directory as a C file instead of the one listed in the compile line
include directory listing.
2012-06-15 13:29:37 -04:00
Amul Shah 4a09dd085d Defeat -I-
ENH: Switch offending header files to use angle brackets instead of quotation marks so that the include behavior is defined by the C spec. This was done to eliminate the reliance on the deprecated compiler option -I- when header file names collided between the current directory of a source file and the desired include path.
2012-06-14 08:55:06 -04:00
Luis Ibanez dee71008dd ENH: Version 5.5000 from sourceforge.
Source code taken from here:
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.5-000/
2012-03-24 14:06:46 -04:00
Luis Ibanez 9299623e19 ENH: Initial import from sourceforge.
These source tree was directly imported from
http://sourceforge.net/projects/fis-gtm/files/GT.M-x86-Linux-src/V5.4-002B/

by extracting the file:
gtm_V54002B_linux_i686_src.tar.gz
2012-02-05 11:35:58 -05:00