Changeset 8280 for trunk/ippTools/src/regtool.c
- Timestamp:
- Aug 10, 2006, 3:20:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r8279 r8280 12 12 static bool updateexpMode(pxConfig *config); 13 13 static bool updateimfileMode(pxConfig *config); 14 static bool rawimfileMode(pxConfig *config); 14 15 // static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp); 15 16 static p2PendingExpRow *newToP2PendingExp(pxConfig *config, newExpRow *newExp); … … 38 39 MODECASE(P0SEARCH_MODE_UPDATEEXP, updateexpMode); 39 40 MODECASE(P0SEARCH_MODE_UPDATEIMFILE, updateimfileMode); 41 MODECASE(P0SEARCH_MODE_RAWIMFILE, rawimfileMode); 40 42 default: 41 43 psAbort(argv[0], "invalid option (this should not happen)"); … … 533 535 } 534 536 537 static bool rawimfileMode(pxConfig *config) 538 { 539 return true; 540 } 535 541 # if 0 536 542 static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp)
Note:
See TracChangeset
for help on using the changeset viewer.
