]> code.delx.au - gnu-emacs/blobdiff - src/syswait.h
(set_case_table): If standard is nonzero, setup
[gnu-emacs] / src / syswait.h
index f317227b7abe07d7473e5a5b4db7292d01dd1cda..066f4e5a48295e83ebaa61dbbaf0a2bef83ac9c6 100644 (file)
@@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA.  */
 #define WCOREDUMP(w) ((w&0200) != 0)
 #endif
 
-#else 
+#else
 
 #ifdef BSD4_1
 #include <wait.h>
@@ -152,3 +152,6 @@ Boston, MA 02111-1307, USA.  */
 #endif /* VMS */
 
 #endif /* EMACS_SYSWAIT_H */
+
+/* arch-tag: 7e5d9719-ec66-4b6f-89bb-563eea16a899
+   (do not change this comment) */