Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / application / command_line.h
index 989aac5dd93529a1f4bc425e8674b6ae4d859e20..d75a14c6f1f1a43b0eb40ca506e549a514f8ace4 100644 (file)
@@ -205,7 +205,7 @@ private:
 extern int _global_argc;
 extern char **_global_argv;
 //! this macro allocates space for the command-line storage areas.
-#define DEFINE_ARGC_AND_ARGV int _global_argc = 0; char **_global_argv = NIL
+#define DEFINE_ARGC_AND_ARGV int _global_argc = 0; char **_global_argv = NULL_POINTER
 
 //! this macro assigns our command-line parameters for this program.
 #define SET_ARGC_ARGV(argc, argv) { \