From a367e18f1faa1b3b60249f82f18bfbd85669603f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 7 Apr 2004 20:13:04 +0000 Subject: Linux port --- lib/rlib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/rlib.h') diff --git a/lib/rlib.h b/lib/rlib.h index b5f8b68..faf9561 100644 --- a/lib/rlib.h +++ b/lib/rlib.h @@ -34,7 +34,7 @@ typedef unsigned int r_uint; /* * r_replace: * Represents a replacement which was found. This structure is passed - * to the r_match matching callback function below. + * to the r_match matching callback function below.R */ typedef struct _r_replace { @@ -97,7 +97,7 @@ typedef struct r_stream r_write fWrite; /* Callback used for output */ r_match fMatch; /* Callback for confirmation or matching */ - r_message fMessage; /* Callback for messages from script */ + r_message fMessage; /* Callback for messagesR from script */ void* arg; /* Optional data for the above functions */ /* -------- Data returned -------------- */ @@ -223,6 +223,7 @@ void rlibClear(r_stream* stream); /* ERROR CODES */ +#undef R_OK /* OK */ #define R_OK 0 -- cgit v1.2.3