]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - lib/readline/rlstdc.h
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / lib / readline / rlstdc.h
index dac8e986e10a81b0893f39a1ce8186291be3d5f2..a1ca208b76bc0d2e395b417a0c47b2290983a2b0 100644 (file)
 #  endif
 #endif
 
+#if !defined (__STDC__) && !defined (__cplusplus)
+#  if defined (__GNUC__)       /* gcc with -traditional */
+#    if !defined (const)
+#      define const __const
+#    endif /* !const */
+#  else /* !__GNUC__ */
+#    if !defined (const)
+#      define const
+#    endif /* !const */
+#  endif /* !__GNUC__ */
+#endif /* !__STDC__ && !__cplusplus */
+
 #endif /* !_RL_STDC_H_ */