summaryrefslogtreecommitdiff
path: root/byterun.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 17:44:34 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-25 17:44:34 +0000
commit33b839e22819d9ddfd0fa565289e5af7b6262ec9 (patch)
tree107651a84a4623afbc9e0dbcc885b912a880829e /byterun.h
parent9731c6ca89275fa6ca122bfe3be4600e5836a905 (diff)
downloadperl-33b839e22819d9ddfd0fa565289e5af7b6262ec9.tar.gz
More compiler tweaks.
p4raw-id: //depot/perl@585
Diffstat (limited to 'byterun.h')
-rw-r--r--byterun.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/byterun.h b/byterun.h
index 81e82049cf..f7185c7b0a 100644
--- a/byterun.h
+++ b/byterun.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997 Malcolm Beattie
+ * Copyright (c) 1996-1998 Malcolm Beattie
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
@@ -187,8 +187,8 @@ EXT int optype_size[]
EXT SV * specialsv_list[4];
#define INIT_SPECIALSV_LIST STMT_START { \
-specialsv_list[0] = Nullsv; \
-specialsv_list[1] = &sv_undef; \
-specialsv_list[2] = &sv_yes; \
-specialsv_list[3] = &sv_no; \
-} STMT_END
+ specialsv_list[0] = Nullsv; \
+ specialsv_list[1] = &sv_undef; \
+ specialsv_list[2] = &sv_yes; \
+ specialsv_list[3] = &sv_no; \
+ } STMT_END