- Timestamp:
- Mar 1, 2016, 11:34:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/opihi/pclient/pclient.c.in
r26891 r39419 8 8 9 9 void dummy_prep_term (int flag) { 10 OHANA_UNUSED_PARAM(flag); 10 11 } 11 12 12 13 /* program-dependent initialization */ 13 14 void program_init (int *argc, char **argv) { 15 OHANA_UNUSED_PARAM(argc); 16 OHANA_UNUSED_PARAM(argv); 14 17 15 18 auto_break = TRUE; … … 80 83 81 84 void pipe_signal (int signum) { 85 OHANA_UNUSED_PARAM(signum); 86 82 87 Npipe ++; 83 88 if (Npipe > 100) {
Note:
See TracChangeset
for help on using the changeset viewer.
