OSDN Git Service

extract_option_vars()、ホーフテヨ、ホス、タオ.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 31 May 2003 10:08:48 +0000 (10:08 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 31 May 2003 10:08:48 +0000 (10:08 +0000)
src/load.c

index 14ba208..0344281 100644 (file)
@@ -1220,9 +1220,6 @@ static void rd_options(void)
                }
        }
 
-       /* Extract the options */
-       extract_option_vars();
-
        if (z_older_than(10, 4, 5))
        {
                if (option_flag[5] & (0x00000001 << 4)) option_flag[5] &= ~(0x00000001 << 4);
@@ -1245,6 +1242,9 @@ static void rd_options(void)
                else option_flag[5] |= (0x00000001 << 3);
        }
 
+       /* Extract the options */
+       extract_option_vars();
+
 
        /*** Window Options ***/