X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase.h;h=aa5b9dd0d7c99397ebcb00c7ef908f6ee6a4d719;hb=a9acce47d67e0ab35ce1690e4f1b1ac0121c2d78;hp=10963a6e7bbe8cd211843e5b00e12d4e0f22c228;hpb=b31bac73c9affb7843d332807ffe5cef9c5e7cea;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 */