]> mj.ucw.cz Git - libucw.git/commitdiff
Table: Guard macros now follow LibUCW conventions
authorMartin Mares <mj@ucw.cz>
Fri, 30 May 2014 11:54:41 +0000 (13:54 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 30 May 2014 11:54:41 +0000 (13:54 +0200)
ucw/table.h

index 0a2b4dbe176c39480207db06e5a2f71e3328dbcb..3ef913e8e7bcc803ca747e2321bdda0d9cc78f52 100644 (file)
@@ -4,8 +4,8 @@
  *     (c) 2014 Robert Kessl <robert.kessl@economia.cz>
  */
 
-#ifndef _TABLEPRINTER_H
-#define _TABLEPRINTER_H
+#ifndef _UCW_TABLE_H
+#define _UCW_TABLE_H
 
 #include <ucw/fastbuf.h>
 #include <ucw/mempool.h>