Changeset 3414 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Mar 13, 2005, 4:24:23 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r3029 r3414 1 1 # include "opihi.h" 2 /* # define DUMPSTACK * for tests */ 2 # define DUMPSTACK 0 3 3 4 4 StackVar *convert_to_RPN (int argc, char **argv, int *nstack) { … … 176 176 free (argv); 177 177 178 # ifdef DUMPSTACK178 # if (DUMPSTACK) 179 179 for (i = 0; i < Nstack; i++) { 180 180 fprintf (stderr, "%s ", stack[i].name); … … 185 185 } 186 186 if (Nstack > 0) fprintf (stderr, "\n"); 187 # endif187 # endif 188 188 189 189 return (stack);
Note:
See TracChangeset
for help on using the changeset viewer.
