Changeset 7917 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r4462 r7917 183 183 # if (DUMPSTACK) 184 184 for (i = 0; i < Nstack; i++) { 185 fprintf (stderr, "%s ", stack[i].name);186 } 187 if (Nstack > 0) fprintf (stderr, "\n");185 gprint (GP_ERR, "%s ", stack[i].name); 186 } 187 if (Nstack > 0) gprint (GP_ERR, "\n"); 188 188 for (i = 0; i < Nstack; i++) { 189 fprintf (stderr, "%d ", stack[i].type);190 } 191 if (Nstack > 0) fprintf (stderr, "\n");189 gprint (GP_ERR, "%d ", stack[i].type); 190 } 191 if (Nstack > 0) gprint (GP_ERR, "\n"); 192 192 # endif 193 193
Note:
See TracChangeset
for help on using the changeset viewer.
