Changeset 98128


Ignore:
Timestamp:
Sep 25, 2012, 4:02:19 PM (12 years ago)
Author:
blair@…
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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/pextlib1.0/tracelib.c

    r97250 r98128  
    326326               
    327327        Tcl_SetVar(interp, "path", path, 0);
    328         // FIXME: Use C registry API
     328        /* FIXME: Use C registry API */
    329329        tcl_retval = Tcl_Eval(interp, "registry::file_registered $path");
    330330        port = strdup(Tcl_GetStringResult(interp));
Note: See TracChangeset for help on using the changeset viewer.