Changeset 479 for GPL/trunk/drv32/parse.c
- Timestamp:
- May 1, 2010, 9:49:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/parse.c
r32 r479 46 46 extern "C" short int midi_port; 47 47 48 #ifdef DEBUG48 #ifdef COMM_DEBUG 49 49 extern "C" short int MAGIC_COMM_PORT; 50 50 #endif … … 223 223 break; 224 224 #endif 225 #ifdef DEBUG225 #ifdef COMM_DEBUG 226 226 case 'P': 227 227 if(*pszOption == '0') {
Note:
See TracChangeset
for help on using the changeset viewer.