OSDN Git Service

entered into RCS
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Jun 1992 15:34:25 +0000 (15:34 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Jun 1992 15:34:25 +0000 (15:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1327 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/limitx.h
gcc/limity.h [new file with mode: 0644]

index d261e94..1231bfa 100644 (file)
@@ -1,5 +1,8 @@
 /* This administrivia gets added to the beginning of limits.h
    if the system has its own version of limits.h.  */
 
+#ifndef _LIMITS_H_  /* Terminated in limity.h.  */
+#define _LIMITS_H_
+
 #include_next <limits.h>
 
diff --git a/gcc/limity.h b/gcc/limity.h
new file mode 100644 (file)
index 0000000..5965713
--- /dev/null
@@ -0,0 +1,4 @@
+/* This administrivia gets added to the end of limits.h
+   if the system has its own version of limits.h.  */
+
+#endif /* not _LIMITS_H_ */