summaryrefslogtreecommitdiff
path: root/zwgc/node.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 18:12:16 +0000
commitce6018836c422c86a729ba39fe5433ec11b87b02 (patch)
treecc2e6601489384fcf41e0565e8906822897b46c8 /zwgc/node.c
parentac16f380e349fa39ec7e26bccb5456cb300006a5 (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'zwgc/node.c')
-rw-r--r--zwgc/node.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/zwgc/node.c b/zwgc/node.c
index ede0187..b44aacf 100644
--- a/zwgc/node.c
+++ b/zwgc/node.c
@@ -12,13 +12,14 @@
* "mit-copyright.h".
*/
+#include <sysdep.h>
+
#if (!defined(lint) && !defined(SABER))
-static char rcsid_node_c[] = "$Id$";
+static const char rcsid_node_c[] = "$Id$";
#endif
#include <zephyr/mit-copyright.h>
-#include <stdio.h>
#include "new_memory.h"
#include "node.h"
@@ -267,6 +268,7 @@ static string how_to_print[] = {
"substitute(%1)",
"protect(%1)",
"verbatim(%1)",
+ "stylestrip(%1)",
"getenv(%1)",
"upcase(%1)",
"downcase(%1)",