Naming fix
authorEric Andersen <andersen@codepoet.org>
Fri, 7 Jul 2000 20:37:12 +0000 (20:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 7 Jul 2000 20:37:12 +0000 (20:37 -0000)
 -Erik

cmdedit.h
shell/cmdedit.h

index 9ac7daca3c338168bee805d39386e3fecbca81b5..b621ae8ec88932e2a56931202b2dd7de62f32d07 100644 (file)
--- a/cmdedit.h
+++ b/cmdedit.h
@@ -1,5 +1,5 @@
-#ifndef GETLINE_H
-#define GETLINE_H
+#ifndef CMDEDIT_H
+#define CMDEDIT_H
 
 /* unix systems can #define POSIX to use termios, otherwise 
  * the bsd or sysv interface will be used 
@@ -34,4 +34,4 @@ extern int    (*cmdedit_tab_hook)();
 
 #endif /* __STDC__ */
 
-#endif /* GETLINE_H */
+#endif /* CMDEDIT_H */
index 9ac7daca3c338168bee805d39386e3fecbca81b5..b621ae8ec88932e2a56931202b2dd7de62f32d07 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef GETLINE_H
-#define GETLINE_H
+#ifndef CMDEDIT_H
+#define CMDEDIT_H
 
 /* unix systems can #define POSIX to use termios, otherwise 
  * the bsd or sysv interface will be used 
@@ -34,4 +34,4 @@ extern int    (*cmdedit_tab_hook)();
 
 #endif /* __STDC__ */
 
-#endif /* GETLINE_H */
+#endif /* CMDEDIT_H */