changeset 2619:7e641ec64694

[project @ 1997-01-23 16:23:23 by jwe]
author jwe
date Thu, 23 Jan 1997 16:23:23 +0000
parents aa667ac18d12
children 5c773d4745d6
files src/pt-fcn.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-fcn.cc
+++ b/src/pt-fcn.cc
@@ -61,12 +61,12 @@
 // semicolon has been appended to each statement).
 static bool Vsilent_functions;
 
+// Nonzero means we're breaking out of a loop or function body.
+extern int breaking;
+
 // Nonzero means we're returning from a function.
 extern int returning;
 
-// Nonzero means we're breaking out of a loop or function body.
-extern int breaking;
-
 // User defined functions.
 
 void