changeset 957:d028fa6625e0

Revert 919, it was wrong. [aw_confin is the same as yyin.]
author Thomas Klausner <tk@giga.or.at>
date Wed, 27 Feb 2013 17:25:46 +0100
parents 21fdff3a601f
children b415d1384e0d
files extensions/acl_wl/aw_conf.y
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/acl_wl/aw_conf.y	Fri Feb 22 18:43:32 2013 +0100
+++ b/extensions/acl_wl/aw_conf.y	Wed Feb 27 17:25:46 2013 +0100
@@ -63,7 +63,7 @@
 /* Parse the configuration file */
 int aw_conf_handle(char * conffile)
 {
-	FILE * aw_confin;
+	extern FILE * aw_confin;
 	int ret;
 	
 	TRACE_ENTRY("%p", conffile);
"Welcome to our mercurial repository"