libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 54ae80844ab92854223de4fc760e8814011015a4
parent 594c289aa9b7c1122a9a62b0ada3a4044e5d7214
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 14 May 2006 02:04:21 +0000

cpp

Diffstat:
Msrc/include/extractor.h | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/include/extractor.h b/src/include/extractor.h @@ -23,6 +23,9 @@ #ifdef __cplusplus extern "C" { +#if 0 /* keep Emacsens' auto-indent happy */ +} +#endif #endif /** @@ -420,6 +423,9 @@ char * EXTRACTOR_binaryEncode(const unsigned char * data, size_t size); +#if 0 /* keep Emacsens' auto-indent happy */ +{ +#endif #ifdef __cplusplus } #endif