summarylogtreecommitdiffstats
path: root/gcc15.patch
blob: aec2ada27d60f699213b861a5c80ab8ae16ccb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/src/read_boulder.c
+++ b/src/read_boulder.c
@@ -99,14 +99,6 @@
 static const char *pr_program_name = "TMP";
 
 /* 
- * Hack to support old SunOS headers.  (We do not try to declare _all_
- * undeclared functions; only those with non-int return types.)
- */
-#ifndef __cplusplus
-extern double strtod();
-#endif
-
-/* 
  * See read_boulder.h for description.
  */
 #define COMPARE(TAG) (!strncmp(s, TAG, tag_len) \