* src/port.h: use const poiters to strings
[fw/sdcc] / src / pic16 / main.c
index 5ee5c9aff8e1d8f7fd8b6b94ba17ec7a5a0d809e..933511cb629fbbac9ba7daa286dc84a7ea3046cb 100644 (file)
@@ -31,6 +31,7 @@
 #include "SDCCutil.h"
 #include "glue.h"
 #include "pcode.h"
+#include "SDCCargs.h"
 #include "dbuf_string.h"
 
 
@@ -589,9 +590,6 @@ OPTION pic16_optionsTable[]= {
 
 #define ISOPT(str)     !strncmp(argv[ *i ], str, strlen(str) )
 
-extern char *getStringArg(const char *,  char **, int *, int);
-extern int getIntArg(const char *, char **, int *, int);
-
 static bool
 _pic16_parseOptions (int *pargc, char **argv, int *i)
 {