1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-10 14:00:41 +00:00

Add lost comment in search.h (improve on previous commit).

This commit is contained in:
Renaud 2013-09-23 20:28:31 +08:00
parent f99fe6fe54
commit 33713eb3bf

View File

@ -1,7 +1,7 @@
#ifndef _SEARCH_H_
#define _SEARCH_H_
#define MAGIC 1
#define MAGIC 1 /* include regular expression matching? */
#include "line.h"