The R Project SVN R

Rev

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

Rev 6357 Rev 6430
Line 45... Line 45...
45
 
45
 
46
UImode  CharacterMode;
46
UImode  CharacterMode;
47
int ConsoleAcceptCmd;
47
int ConsoleAcceptCmd;
48
void closeAllHlpFiles();
48
void closeAllHlpFiles();
49
void UnLoad_Unzip_Dll();
49
void UnLoad_Unzip_Dll();
50
 
-
 
-
 
50
void UnLoad_Rbitmap_Dll();
51
 
51
 
52
/* used to avoid some flashing during cleaning up */
52
/* used to avoid some flashing during cleaning up */
53
int   AllDevicesKilled = 0;
53
int   AllDevicesKilled = 0;
54
int   setupui(void);
54
int   setupui(void);
55
void  delui(void);
55
void  delui(void);
Line 375... Line 375...
375
    KillAllDevices();
375
    KillAllDevices();
376
    AllDevicesKilled = 1;
376
    AllDevicesKilled = 1;
377
    if (CharacterMode == RGui)
377
    if (CharacterMode == RGui)
378
	savehistory(RConsole, ".Rhistory");
378
	savehistory(RConsole, ".Rhistory");
379
    UnLoad_Unzip_Dll();
379
    UnLoad_Unzip_Dll();
-
 
380
    Unload_Rbitmap_Dll();
380
    app_cleanup();
381
    app_cleanup();
381
    exit(status);
382
    exit(status);
382
}
383
}
383
 
384
 
384
/*
385
/*