diff options
author | root <root> | 2007-11-09 19:14:37 +0000 |
---|---|---|
committer | root <root> | 2007-11-09 19:14:37 +0000 |
commit | 874af69004dbfb9c9f9e87182801b71113c54d3e (patch) | |
tree | 9f15aced403149f385f94f853d51dcebea235eee | |
parent | 3de902c54d1b7c4b3b43ad35362143807816d715 (diff) |
*** empty log message ***rel-0_7
-rw-r--r-- | README.embed | 2 | ||||
-rw-r--r-- | event.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.embed b/README.embed index b99a737..9874f0f 100644 --- a/README.embed +++ b/README.embed @@ -85,7 +85,7 @@ PREPROCESSOR SYMBOLS EV_EVENT_H Similarly to EV_H, this macro cna be used to override event.c's idea - of where the event.h header can be found. + of how the event.h header can be found. EV_USE_MONOTONIC @@ -28,8 +28,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _EVENT_H_ -#define _EVENT_H_ +#ifndef EVENT_H__ +#define EVENT_H__ #ifdef EV_H # include EV_H |