Changeset 55192 in vbox for trunk/src/VBox
- Timestamp:
- Apr 10, 2015 5:43:53 PM (10 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r55191 r55192 91 91 vbvxMsg("\nAssertion failed!\n\n"); \ 92 92 vbvxMsg("%s\n", #expr); \ 93 vbvxMsg("at %s (%s:%d)\n", __PRETTY_FUNCTION__, __FILE__, __LINE__); \93 vbvxMsg("at %s (%s:%d)\n", RT_GCC_EXTENSION __PRETTY_FUNCTION__, __FILE__, __LINE__); \ 94 94 vbvxMsg out; \ 95 95 vbvxAbortServer(); \ -
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c
r49696 r55192 182 182 { 183 183 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "%s: preconditions failed\n", 184 __PRETTY_FUNCTION__);184 RT_GCC_EXTENSION __PRETTY_FUNCTION__); 185 185 rc = FALSE; 186 186 } -
trunk/src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h
r39085 r55192 61 61 } 62 62 /* for non-gnu compilers */ 63 # define __func__ __FUNCTION__63 # define __func__ RT_GCC_EXTENSION __FUNCTION__ 64 64 # ifndef __inline 65 65 # define __inline
Note:
See TracChangeset
for help on using the changeset viewer.