]> granicus.if.org Git - python/commitdiff
Do a better job at staying on-screen :P (Sorry, it's late here.) I'm
authorThomas Wouters <thomas@python.org>
Wed, 11 Oct 2000 23:26:11 +0000 (23:26 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 11 Oct 2000 23:26:11 +0000 (23:26 +0000)
assuming here that the ANSI-C adjacent-string-concatenation technique is
allowable, now that Python requires an ANSI C compiler.

Python/ceval.c

index ce4b67a7b5be1ed27a0526b5876f12a5e38ea2bf..a1c8190c752ce9404a446c2054505bbb27f6f949 100644 (file)
@@ -775,7 +775,8 @@ eval_code2(PyCodeObject *co, PyObject *globals, PyObject *locals,
                                PUSH(x);
                                continue;
                        default:
-                               Py_FatalError("invalid argument to DUP_TOPX (bytecode corruption?)");
+                               Py_FatalError("invalid argument to DUP_TOPX"
+                                             " (bytecode corruption?)");
                        }
                        break;