Changeset 103


Ignore:
Timestamp:
02/19/2009 04:24:52 PM (15 years ago)
Author:
marcus
Message:
  • removed support for obsolete READK command
Location:
SH_SHM/branches/marcus/source
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/branches/marcus/source/basecnst.h

    r102 r103  
    123123 
    124124/* special settings */ 
    125 /* #define BC_USE_READK */ 
    126         /* enables readk command, only valid on Sun/UNIX version at SZGRF */ 
    127125#define BC_REVERSECROSS 
    128126#define cBc_REVERSECROSS 
  • SH_SHM/branches/marcus/source/shexec.c

    r102 r103  
    6767 
    6868 
    69 /* prototype for readk if used */ 
    70 #ifdef SH_SETUP_READK 
    71 void mngrf_readk( PARAM *cmd, STATUS *status ); 
    72 #endif 
    73  
    74  
    75  
    7669/*------------------------------------------------------------------------*/ 
    7770 
     
    515508                        *redraw = TRUE; 
    516509#endif 
    517 #               ifdef SH_SETUP_READK 
    518                 } else if  (cp_cmdverb(cmd,"READK"))  { 
    519                         mngrf_readk( cmd, status ); 
    520                         *redraw = TRUE; 
    521 #               endif /* SH_SETUP_READK */ 
    522510                } else if  (cp_cmdverb(cmd,"READS"))  { 
    523511                        mni_reads( cmd, status ); 
Note: See TracChangeset for help on using the changeset viewer.