Changeset c64e4ed4 in rtems for c/build-tools/unhex.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/unhex.c
r5c491aef rc64e4ed4 709 709 if (error_flag & ERR_FATAL) 710 710 { 711 error(0, local_errno ? "fatal error, exiting" : "exiting");712 exit(local_errno );711 error(0, "fatal error, exiting"); 712 exit(local_errno ? local_errno : 1); 713 713 } 714 714 else
Note: See TracChangeset
for help on using the changeset viewer.