*** empty log message ***

This commit is contained in:
jiri
2011-01-18 14:37:05 +00:00
parent 600b5b3abd
commit 4534c2e56a
21 changed files with 753 additions and 138 deletions

View File

@@ -30,9 +30,9 @@ class LAerror
};
#ifdef __GNUG__
#define laerror(X) { LA::laerror2(X, __PRETTY_FUNCTION__); }
#define laerror(X) LA::laerror2(X, __PRETTY_FUNCTION__)
#else
#define laerror(X) { LA::laerror2(X, __func__); }
#define laerror(X) LA::laerror2(X, __func__)
#endif
extern void laerror2(const char *, const char *);