]> granicus.if.org Git - python/commitdiff
Cosmetic change to the dox_8x3 hack.
authorGuido van Rossum <guido@python.org>
Thu, 20 Jun 1996 14:18:34 +0000 (14:18 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Jun 1996 14:18:34 +0000 (14:18 +0000)
Python/import.c

index a3803a20f9033808191fcb9ea4303a5ea0979394..12a2c308de9a7d2407eb93d7d87cab7642de9a97 100644 (file)
@@ -462,13 +462,12 @@ find_module(name, path, buf, buflen, p_fp)
                                else
                                        buf[len++] = ch;
                }
-               else{   /* Not in dos_8x3, use the full name */
+               else /* Not in dos_8x3, use the full name */
+#else
+               {
                        strcpy(buf+len, name);
                        len += namelen;
                }
-#else
-               strcpy(buf+len, name);
-               len += namelen;
 #endif
                for (fdp = import_filetab; fdp->suffix != NULL; fdp++) {
                        strcpy(buf+len, fdp->suffix);