mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Add a guard #ifndef to test_intarray.h to prevent harm if it is #included
more than once. Add a comment on the closing #endif of the guards on sqlite3.h and test_multiplex.h. FossilOrigin-Name: 0ad83ceb79767738bd06a28840cf84da0464ab4f
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
** action to free the intarray objects.
|
||||
*/
|
||||
#include "sqlite3.h"
|
||||
#ifndef _INTARRAY_H_
|
||||
#define _INTARRAY_H_
|
||||
|
||||
/*
|
||||
** Make sure we can call this stuff from C++.
|
||||
@@ -123,3 +125,4 @@ int sqlite3_intarray_bind(
|
||||
#ifdef __cplusplus
|
||||
} /* End of the 'extern "C"' block */
|
||||
#endif
|
||||
#endif /* _INTARRAY_H_ */
|
||||
|
Reference in New Issue
Block a user