]> granicus.if.org Git - procps-ng/commitdiff
egcs-2.91.66 seems to lack __restrict
authoralbert <>
Fri, 3 Jan 2003 16:55:40 +0000 (16:55 +0000)
committeralbert <>
Fri, 3 Jan 2003 16:55:40 +0000 (16:55 +0000)
proc/procps.h

index 8fbaa503fe821432e55a276aac7df4ed7c81ca59..03c2a56244560a04784c874555bf9e52b1034e2b 100644 (file)
@@ -10,7 +10,7 @@
 #endif
 
 #if !defined(restrict) && __STDC_VERSION__ < 199901
-#if __GNUC__ > 2 || __GNUC_MINOR__ >= 91    // maybe 92 or 95 ?
+#if __GNUC__ > 2 || __GNUC_MINOR__ >= 92    // maybe 92 or 95 ?
 #define restrict __restrict__
 #else
 #warning No restrict keyword?