summaryrefslogtreecommitdiffhomepage
path: root/stc/cstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'stc/cstack.h')
-rw-r--r--stc/cstack.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/stc/cstack.h b/stc/cstack.h
index b23c11c3..6a4ec35f 100644
--- a/stc/cstack.h
+++ b/stc/cstack.h
@@ -20,6 +20,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#ifndef CSTACK__H__
+#define CSTACK__H__
/* Stack adapter (normally uses cvec).
@@ -41,10 +43,6 @@
printf("top: %d\n", *cstack_i_top(&stack));
}
*/
-
-#ifndef CSTACK__H__
-#define CSTACK__H__
-
#include "cvec.h"
#define using_cstack(X, ctype) \