Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20126/bossa/syntax
Modified Files:
tools.nice dispatch.java.bootstrap
Log Message:
Uses consistent names for the printStackTraceWithSourceInfo during the two
phases of bootstrap.
Index: tools.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/tools.nice,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** tools.nice 16 Feb 2004 17:19:31 -0000 1.30
--- tools.nice 18 Feb 2004 11:50:54 -0000 1.31
***************
*** 137,141 ****
// For bootstrap
! void bootstrapPrintStackTraceWithSourceInfo(Throwable t) =
printStackTraceWithSourceInfo(t);
--- 137,141 ----
// For bootstrap
! void _printStackTraceWithSourceInfo(Throwable t) =
printStackTraceWithSourceInfo(t);
Index: dispatch.java.bootstrap
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/dispatch.java.bootstrap,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** dispatch.java.bootstrap 16 Feb 2004 17:19:32 -0000 1.11
--- dispatch.java.bootstrap 18 Feb 2004 11:50:54 -0000 1.12
***************
*** 36,40 ****
{ return null; }
! public static void printStackTraceWithSourceInfo(Throwable t) {}
}
--- 36,40 ----
{ return null; }
! public static void _printStackTraceWithSourceInfo(Throwable t) {}
}
|