Changeset c64e4ed4 in rtems for c/build-tools/eolstrip.c
- Timestamp:
- 01/15/96 21:50:28 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a625ccd
- Parents:
- 5c491aef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/build-tools/eolstrip.c
r5c491aef rc64e4ed4 9 9 * 10 10 * $Id$ 11 * $Log$12 * Revision 1.4 1995/10/06 20:00:39 joel13 * SPARC merged and successfully tested w/o interrupt support14 *15 * Revision 1.3 1995/10/06 16:32:21 joel16 * moved to new development machine and went to gcc 2.7.017 *18 * Revision 1.2 1995/05/31 16:44:28 joel19 * fixing revision20 *21 * Revision 1.1.1.1 1995/05/11 17:35:12 joel22 * Release 3.1.1523 *24 11 */ 25 12 … … 262 249 if (error_flag & ERR_FATAL) 263 250 { 264 error(0, local_errno ? "fatal error, exiting" : "exiting");265 exit(local_errno );251 error(0, "fatal error, exiting"); 252 exit(local_errno ? local_errno : 1); 266 253 } 267 254 else
Note: See TracChangeset
for help on using the changeset viewer.