blob: 3318e65cd62fad787ca0ba27570b9822500c5c4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
*** astrolog.h.orig Thu Jun 20 22:40:36 1996
--- astrolog.h Mon Jul 15 23:29:41 1996
***************
*** 127,133 ****
--- 127,135 ----
*/
#ifndef PC
+ #ifndef DEFAULT_DIR
#define DEFAULT_DIR "~/astrolog"
+ #endif
#else
#define DEFAULT_DIR "C:\\ASTROLOG"
#endif
***************
*** 251,257 ****
#define chJW (char)('|')
#define chJE (char)('|')
#define chDeg0 (char)(' ')
! #define chDeg1 (char)(us.fAnsi ? 176 : ':') /* degree symbol */
/*
** One shouldn't ever need to change anything below this line to compile.
--- 253,259 ----
#define chJW (char)('|')
#define chJE (char)('|')
#define chDeg0 (char)(' ')
! #define chDeg1 (char)(':') /* degree symbol */
/*
** One shouldn't ever need to change anything below this line to compile.
|