The R Project SVN R

Rev

Rev 27067 | Rev 31534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27067 Rev 27590
Line 77... Line 77...
77
    blah3 CallBack;
77
    blah3 CallBack;
78
    blah4 message;
78
    blah4 message;
79
    blah5 yesnocancel;
79
    blah5 yesnocancel;
80
    blah6 busy;
80
    blah6 busy;
81
    UImode CharacterMode;
81
    UImode CharacterMode;
-
 
82
    Rboolean DebugMenuitem;
82
#endif
83
#endif
83
} structRstart;
84
} structRstart;
84
 
85
 
85
typedef structRstart *Rstart;
86
typedef structRstart *Rstart;
86
 
87