X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Falloc.h;h=fe7aef38b90aa27326f3bc642cd339056d18cc9f;hb=0e2c926fea68a32c8ec58f12daa0c2b5befef1d4;hp=178ad6f88806d07f74cc49d2bdf9404746beb1b0;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/runtime/alloc.h b/src/runtime/alloc.h index 178ad6f..fe7aef3 100644 --- a/src/runtime/alloc.h +++ b/src/runtime/alloc.h @@ -19,4 +19,4 @@ extern lispobj alloc_number(long n); extern lispobj alloc_string(char *str); extern lispobj alloc_sap(void *ptr); -#endif _ALLOC_H_ +#endif /* _ALLOC_H_ */