- Timestamp:
- 09/29/95 17:19:16 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ceface
- Parents:
- 1039ae4
- Location:
- tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/build/src/unhex.c
r1039ae4 r11290355 87 87 #define ERR_MASK (ERR_ERRNO | ERR_FATAL | ERR_ABORT) /* all */ 88 88 89 #define stol(p) strto l(p, (char **) NULL, 0)89 #define stol(p) strtoul(p, (char **) NULL, 0) 90 90 91 91 int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm); -
tools/build/unhex.c
r1039ae4 r11290355 87 87 #define ERR_MASK (ERR_ERRNO | ERR_FATAL | ERR_ABORT) /* all */ 88 88 89 #define stol(p) strto l(p, (char **) NULL, 0)89 #define stol(p) strtoul(p, (char **) NULL, 0) 90 90 91 91 int unhex(FILE *ifp, char *inm, FILE *ofp, char *onm); -
tools/cpu/hppa1.1/genoffsets.c
r1039ae4 r11290355 1 1 /* 2 * @(#)genoffsets.c 1. 5 - 95/05/162 * @(#)genoffsets.c 1.7 - 95/09/25 3 3 * 4 4 * … … 83 83 ); 84 84 85 #if defined( hpux) && defined(__hppa__)85 #if defined(__hpux__) && defined(__hppa__) 86 86 87 87 /*
Note: See TracChangeset
for help on using the changeset viewer.