summaryrefslogtreecommitdiff
path: root/win32/config_H.vc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r--win32/config_H.vc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc
index cf7eab9067..620afdef75 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -577,7 +577,7 @@
/* HAS_SHMAT_PROTOTYPE:
* This symbol, if defined, indicates that the sys/shm.h includes
* a prototype for shmat(). Otherwise, it is up to the program to
- * guess one. Shmat_t shmat _((int, Shmat_t, int)) is a good guess,
+ * guess one. Shmat_t shmat (int, Shmat_t, int) is a good guess,
* but not always right so it should be emitted by the program only
* when HAS_SHMAT_PROTOTYPE is not defined to avoid conflicting defs.
*/
@@ -2149,7 +2149,7 @@
* This symbol, if defined, indicates that the system provides
* a prototype for the telldir() function. Otherwise, it is up
* to the program to supply one. A good guess is
- * extern long telldir _((DIR*));
+ * extern long telldir (DIR*);
*/
#define HAS_TELLDIR_PROTO /**/
@@ -2488,7 +2488,7 @@
* This symbol, if defined, indicates that the system provides
* a prototype for the drand48() function. Otherwise, it is up
* to the program to supply one. A good guess is
- * extern double drand48 _((void));
+ * extern double drand48 (void);
*/
/*#define HAS_DRAND48_PROTO /**/