[98128] trunk/base/src/pextlib1.0/tracelib.c

blair at macports.org blair at macports.org
Tue Sep 25 09:02:19 PDT 2012


Revision: 98128
          http://trac.macports.org//changeset/98128
Author:   blair at macports.org
Date:     2012-09-25 09:02:19 -0700 (Tue, 25 Sep 2012)
Log Message:
-----------
tracelib.c: fix compiler warning about C++ comments in C code.

tracelib.c:328:2: warning: C++ style comments are not allowed in ISO C90
tracelib.c:328:2: warning: (this will be reported only once per input file)

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/tracelib.c

Modified: trunk/base/src/pextlib1.0/tracelib.c
===================================================================
--- trunk/base/src/pextlib1.0/tracelib.c	2012-09-25 15:55:39 UTC (rev 98127)
+++ trunk/base/src/pextlib1.0/tracelib.c	2012-09-25 16:02:19 UTC (rev 98128)
@@ -325,7 +325,7 @@
 	int tcl_retval;
 		
 	Tcl_SetVar(interp, "path", path, 0);
-	// FIXME: Use C registry API
+	/* FIXME: Use C registry API */
 	tcl_retval = Tcl_Eval(interp, "registry::file_registered $path");
 	port = strdup(Tcl_GetStringResult(interp));
 	if (!port) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120925/6965fd16/attachment.html>


More information about the macports-changes mailing list