X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsquirrel%2Finclude%2Fsqstdaux.h;h=c16b04373b0416c7796a431db504f6f48d93ef09;hb=fea3446f05e1e7673607b835c269d3e8d1929ab3;hp=b900348233d48ab1e0a20510a56014b37f7f92dd;hpb=f9b655aacd208ce9959b271bd0d78de3e367d3b9;p=supertux.git diff --git a/src/squirrel/include/sqstdaux.h b/src/squirrel/include/sqstdaux.h index b90034823..c16b04373 100644 --- a/src/squirrel/include/sqstdaux.h +++ b/src/squirrel/include/sqstdaux.h @@ -1,16 +1,16 @@ -/* see copyright notice in squirrel.h */ -#ifndef _SQSTD_AUXLIB_H_ -#define _SQSTD_AUXLIB_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v); -SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v); - -#ifdef __cplusplus -} /*extern "C"*/ -#endif - -#endif /* _SQSTD_AUXLIB_H_ */ +/* see copyright notice in squirrel.h */ +#ifndef _SQSTD_AUXLIB_H_ +#define _SQSTD_AUXLIB_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v); +SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v); + +#ifdef __cplusplus +} /*extern "C"*/ +#endif + +#endif /* _SQSTD_AUXLIB_H_ */