Remove redundant Emacs -*- comments from C files
This commit is contained in:
parent
c24161d584
commit
8c006ac672
|
@ -1,5 +1,3 @@
|
||||||
//-*- mode:c -*-
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
include this file and call HTIMPL to generate an implementation
|
include this file and call HTIMPL to generate an implementation
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
//-*- mode:c -*-
|
|
||||||
|
|
||||||
#define HTPROT(HTNAME) \
|
#define HTPROT(HTNAME) \
|
||||||
void *HTNAME##_get(struct htable *h, void *key); \
|
void *HTNAME##_get(struct htable *h, void *key); \
|
||||||
void HTNAME##_put(struct htable *h, void *key, void *val); \
|
void HTNAME##_put(struct htable *h, void *key, void *val); \
|
||||||
|
|
Loading…
Reference in New Issue