Patch #6262. New developers guide and resulting fixes and cleanups.
[pspp-builds.git] / src / data / case.h
index 10963a6e7bbe8cd211843e5b00e12d4e0f22c228..aa5b9dd0d7c99397ebcb00c7ef908f6ee6a4d719 100644 (file)
@@ -14,8 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#ifndef HEADER_CASE
-#define HEADER_CASE
+#ifndef DATA_CASE_H
+#define DATA_CASE_H 1
 
 #include <limits.h>
 #include <stddef.h>
@@ -82,4 +82,4 @@ int case_compare_2dict (const struct ccase *, const struct ccase *,
 const union value *case_data_all (const struct ccase *);
 union value *case_data_all_rw (struct ccase *);
 
-#endif /* case.h */
+#endif /* data/case.h */