Home
last modified time | relevance | path

Searched refs:MOVE_SAVE_FILE (Results 1 – 2 of 2) sorted by relevance

/dports/math/palp/palp-2.20/
H A DSubpoly.h74 #define MOVE_SAVE_FILE ".bak" /* move SAVE-file after read */ macro
76 #undef MOVE_SAVE_FILE /* undefine to directly overwrite SAVE file */
80 #ifdef MOVE_SAVE_FILE /* consistency of these options */
82 #error Inconsistent options USE_TMP_DIR and MOVE_SAVE_FILE !!!
H A DSubadd.c263 #ifdef MOVE_SAVE_FILE /* inconsistent with USE_TMP_DIR !! */ in Read_Aux_File()
264 {char *Mfn=(char *) malloc(1+strlen(L->oname)+strlen(MOVE_SAVE_FILE)); in Read_Aux_File()
265 strcpy(Mfn,L->oname); strcat(Mfn,MOVE_SAVE_FILE); in Read_Aux_File()