Navigation


Changeset 1303:090390e89b1d in freeDiameter for include


Ignore:
Timestamp:
Oct 18, 2015, 1:00:36 PM (9 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix --dbg-file and --dbg-function usage. However there is something weird on MacOS X still...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1300 r1303  
    290290#endif /* __PRETTY_FUNCTION__ */
    291291
    292 /* A version of __FILE__ without the full path */
     292/* A version of __FILE__ without the full path. This is specific to each C file being compiled */
    293293static char * file_bname = NULL;
    294294static char * file_bname_init(char * full) { file_bname = basename(full); return file_bname; }
Note: See TracChangeset for help on using the changeset viewer.