Changeset 103
- Timestamp:
- 02/19/2009 04:24:52 PM (15 years ago)
- Location:
- SH_SHM/branches/marcus/source
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/branches/marcus/source/basecnst.h
r102 r103 123 123 124 124 /* special settings */ 125 /* #define BC_USE_READK */126 /* enables readk command, only valid on Sun/UNIX version at SZGRF */127 125 #define BC_REVERSECROSS 128 126 #define cBc_REVERSECROSS -
SH_SHM/branches/marcus/source/shexec.c
r102 r103 67 67 68 68 69 /* prototype for readk if used */70 #ifdef SH_SETUP_READK71 void mngrf_readk( PARAM *cmd, STATUS *status );72 #endif73 74 75 76 69 /*------------------------------------------------------------------------*/ 77 70 … … 515 508 *redraw = TRUE; 516 509 #endif 517 # ifdef SH_SETUP_READK518 } else if (cp_cmdverb(cmd,"READK")) {519 mngrf_readk( cmd, status );520 *redraw = TRUE;521 # endif /* SH_SETUP_READK */522 510 } else if (cp_cmdverb(cmd,"READS")) { 523 511 mni_reads( cmd, status );
Note: See TracChangeset
for help on using the changeset viewer.