Remove redundant Emacs -*- comments from C files

This commit is contained in:
Lassi Kortela 2019-08-27 00:38:56 +03:00
parent c24161d584
commit 8c006ac672
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
//-*- mode:c -*-
/*
include this file and call HTIMPL to generate an implementation
*/

View File

@ -1,5 +1,3 @@
//-*- mode:c -*-
#define HTPROT(HTNAME) \
void *HTNAME##_get(struct htable *h, void *key); \
void HTNAME##_put(struct htable *h, void *key, void *val); \