summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2013-09-05 19:23:41 (GMT)
committerjoye <joye>2013-09-05 19:23:41 (GMT)
commit630a3696dbfddc8b3eeb37a35cbd3fc7d85a353d (patch)
tree084adfe4c00e0863ceb02008d2d08334763b2cc6 /src
parent92b5891f0085f4c781468737c0fb8bce0e081d8a (diff)
downloadblt-630a3696dbfddc8b3eeb37a35cbd3fc7d85a353d.zip
blt-630a3696dbfddc8b3eeb37a35cbd3fc7d85a353d.tar.gz
blt-630a3696dbfddc8b3eeb37a35cbd3fc7d85a353d.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltInt.C7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bltInt.C b/src/bltInt.C
index ab2ce61..a702050 100644
--- a/src/bltInt.C
+++ b/src/bltInt.C
@@ -128,9 +128,7 @@ SetLibraryPath(Tcl_Interp *interp)
return TCL_OK;
}
-
-/*LINTLIBRARY*/
-int Blt_core_Init(Tcl_Interp *interp) /* Interpreter to add extra commands */
+int Blt_core_Init(Tcl_Interp *interp)
{
Tcl_Namespace *nsPtr;
const char *result;
@@ -181,9 +179,8 @@ int Blt_core_Init(Tcl_Interp *interp) /* Interpreter to add extra commands */
return TCL_OK;
}
-/*LINTLIBRARY*/
int
-Blt_core_SafeInit(Tcl_Interp *interp) /* Interpreter to add extra commands */
+Blt_core_SafeInit(Tcl_Interp *interp)
{
return Blt_core_Init(interp);
}