X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase.h;h=aa5b9dd0d7c99397ebcb00c7ef908f6ee6a4d719;hb=4d688b2e05945b3e3c733a005fb2775110ebb78b;hp=10963a6e7bbe8cd211843e5b00e12d4e0f22c228;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/data/case.h b/src/data/case.h index 10963a6e..aa5b9dd0 100644 --- a/src/data/case.h +++ b/src/data/case.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef HEADER_CASE -#define HEADER_CASE +#ifndef DATA_CASE_H +#define DATA_CASE_H 1 #include #include @@ -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 */