summaryrefslogtreecommitdiff
path: root/x2p/a2p.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2007-12-24 06:58:20 -0800
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2007-12-25 05:22:39 +0000
commitd34ed59f585350f3dfb4fdf7eca3266cdce428a1 (patch)
treeecd4817ed4aba8b845b88d8d81a1e15784100476 /x2p/a2p.h
parent1f36f092f89152cd3ffb1cb9d8754c1edcc4ab53 (diff)
downloadperl-d34ed59f585350f3dfb4fdf7eca3266cdce428a1.tar.gz
Remove Nullch etc. from x2p
From: "Jan Dubois" <jand@activestate.com> Message-ID: <0cca01c84680$7afc9170$70f5b450$@com> p4raw-id: //depot/perl@32721
Diffstat (limited to 'x2p/a2p.h')
-rw-r--r--x2p/a2p.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/x2p/a2p.h b/x2p/a2p.h
index e38e2d2bb3..750e153c60 100644
--- a/x2p/a2p.h
+++ b/x2p/a2p.h
@@ -157,9 +157,6 @@ char *strcpy(), *strcat();
# include "../handy.h"
#endif
-#undef Nullfp
-#define Nullfp Null(FILE*)
-
#define Nullop 0
#define OPROG 1
@@ -407,7 +404,7 @@ EXT FILE *rsfp;
EXT char buf[2048];
EXT char *bufptr INIT(buf);
-EXT STR *linestr INIT(Nullstr);
+EXT STR *linestr INIT(NULL);
EXT char tokenbuf[2048];
EXT int expectterm INIT(TRUE);
@@ -423,7 +420,7 @@ extern int yydebug;
# endif
#endif
-EXT STR *freestrroot INIT(Nullstr);
+EXT STR *freestrroot INIT(NULL);
EXT STR str_no;
EXT STR str_yes;
@@ -447,7 +444,7 @@ EXT bool saw_altinput INIT(FALSE);
EXT bool nomemok INIT(FALSE);
EXT char const_FS INIT(0);
-EXT char *namelist INIT(Nullch);
+EXT char *namelist INIT(NULL);
EXT char fswitch INIT(0);
EXT bool old_awk INIT(0);