Quick integration of mainline changes to date
[p5sagit/p5-mst-13.2.git] / hints / lynxos.sh
index 5f8991b..bde461f 100644 (file)
@@ -7,6 +7,8 @@
 #
 
 cc='gcc'
-ccflags='-D_filbuf=_fillbuf'
 so='none'
 usemymalloc='n'
+
+# When LynxOS runs a script with "#!" it sets argv[0] to the script name
+toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'