stdio based version; brace glob fix; builtin prototypes
[unix-history] / usr / src / bin / csh / const.c
index e18b52e..780d295 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)const.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)const.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -33,7 +33,6 @@ Char STRspRparen[]    = { ' ', ')', '\0' };
 Char STRTERM[]         = { 'T', 'E', 'R', 'M', '\0' };
 Char STRUSER[]         = { 'U', 'S', 'E', 'R', '\0' };
 Char STRalias[]         = { 'a', 'l', 'i', 'a', 's', '\0' };
 Char STRTERM[]         = { 'T', 'E', 'R', 'M', '\0' };
 Char STRUSER[]         = { 'U', 'S', 'E', 'R', '\0' };
 Char STRalias[]         = { 'a', 'l', 'i', 'a', 's', '\0' };
-Char STRampm[]         = { 'a', 'm', 'p', 'm', '\0' };
 Char STRand[]          = { '&', '\0' };
 Char STRand2[]         = { '&', '&', '\0' };
 Char STRaout[]          = { 'a', '.', 'o', 'u', 't', '\0' };
 Char STRand[]          = { '&', '\0' };
 Char STRand2[]         = { '&', '&', '\0' };
 Char STRaout[]          = { 'a', '.', 'o', 'u', 't', '\0' };