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
1 changed files with 1 additions and 1 deletions

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"