* src/port.h: use const poiters to strings
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 19 Apr 2007 20:10:32 +0000 (20:10 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 19 Apr 2007 20:10:32 +0000 (20:10 +0000)
commit2fa6944da0e3a79b9218dcabbc0b282e60cd9899
treead7b06a8eb9187e530c088b669baa0b3ed41aaed
parentb371818d595946a9c9d6e6e36e16635d92891543
* src/port.h: use const poiters to strings
* src/SDCCargs.h: declared getStringArg() and getIntArg()
* src/pic16/main.c: include SDCCargs.h
* src/SDCCglobl.h: code_seg and const_seg are not pointers to
  const char, since the strings are dynamically allocated
* src/SDCCmain.c: options.code_seg and options.const_seg are
  dynamically allocated; check port specific command line options
  before the general ones
* src/z80/main.c: fixed bug #1631895: codeseg/constseg #pragma fail

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4758 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCargs.h
src/SDCCglobl.h
src/SDCCmain.c
src/pic16/main.c
src/port.h
src/z80/main.c