diff options
author | beber <beber> | 2005-12-07 00:36:35 +0000 |
---|---|---|
committer | beber <beber> | 2005-12-07 00:36:35 +0000 |
commit | cfa7d8ca36d9dfa5608f04999f9bbdd778102d2a (patch) | |
tree | 85b49afaa2d476f32e2650c4b44ccb05c3fa7838 /ChangeLog | |
parent | make it compile (diff) | |
download | espik-cfa7d8ca36d9dfa5608f04999f9bbdd778102d2a.tar.xz |
Avoid warning
Make macro debug work (after compile :p)
Format macro debug outpout (file.c+ligne @file.c: 'message')
Start to use this macro
#if -> #ifdeF
del old macro code
move macro to .h instead of .c while it's not an inline and use everywhere
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +beber from elaine.melee : 07/12/05 01:36:57 +Avoid warning +Make macro debug work (after compile :p) +Format macro debug outpout (file.c+ligne @file.c: 'message') +Start to use this macro +#if -> #ifdeF +del old macro code +move macro to .h instead of .c while it's not an inline and use everywhere + +File changes : +M src/espik_config.c +M src/espik.c +M src/espik_debug.c +M src/espik_debug.h +M tst/va_test.c + beber from rampa : 02/12/05 12:36:36 add handler for when we get connected and disconnect also see if connection is unavailable |