]> git.pld-linux.org Git - packages/sblim-sfcb.git/blob - sblim-sfcb-fix.patch
- release 3 (by relup.sh)
[packages/sblim-sfcb.git] / sblim-sfcb-fix.patch
1 --- sblim-sfcb-1.4.9/trace.h.orig       2014-11-25 02:43:17.000000000 +0100
2 +++ sblim-sfcb-1.4.9/trace.h    2015-01-09 18:27:47.226287411 +0100
3 @@ -94,11 +94,12 @@
4  #else
5  #define _SFCB_TRACE_FUNCTION(n,f)
6  #define _SFCB_TRACE_VAR(f)
7 +#define _SFCB_TRACE_VAR_PTR(v,f)
8  #define _SFCB_TRACE(LEVEL,STR)
9  #define _SFCB_ENTER(n,f)
10  #define _SFCB_EXIT() { return; }
11  #define _SFCB_RETURN(v) {\
12 -   return (v); }
13 +   return v; }
14  #define _SFCB_ABORT() {\
15       printf("--- %s(%d) Abrted\n",__FILE__,__LINE__); \
16       abort(); }
This page took 0.093825 seconds and 3 git commands to generate.