fix for portability on systems with big uids. THIS CHANGES TEMP
[unix-history] / usr / src / usr.bin / ex / ex_extern.c
index 1a9aa63..3c85889 100644 (file)
@@ -1,3 +1,4 @@
+static char *sccs_id = "@(#)ex_extern.c        7.2     %G%";
 /*
  * Provide defs of the global variables.
  * This crock is brought to you by the turkeys
 /*
  * Provide defs of the global variables.
  * This crock is brought to you by the turkeys
@@ -6,7 +7,7 @@
  * book says!"
  */
 
  * book says!"
  */
 
-# define extern        /* nothing */
+# define var   /* nothing */
 # include "ex.h"
 # include "ex_argv.h"
 # include "ex_re.h"
 # include "ex.h"
 # include "ex_argv.h"
 # include "ex_re.h"
@@ -15,5 +16,3 @@
 # include "ex_tune.h"
 # include "ex_vars.h"
 # include "ex_vis.h"
 # include "ex_tune.h"
 # include "ex_vars.h"
 # include "ex_vis.h"
-
-short tfile = -1;