From 9ea5b86a95b45986d93e62cfeef75ffd7042ed08 Mon Sep 17 00:00:00 2001
From: David Hedbor <david@hedbor.org>
Date: Tue, 29 Feb 2000 12:41:13 -0800
Subject: [PATCH] Forgot comment around autodoc

Rev: src/modules/Gettext/gettext.c:1.3
---
 src/modules/Gettext/gettext.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/modules/Gettext/gettext.c b/src/modules/Gettext/gettext.c
index e4b3fe8350..2a1474aa10 100644
--- a/src/modules/Gettext/gettext.c
+++ b/src/modules/Gettext/gettext.c
@@ -20,7 +20,7 @@
 #include "mapping.h"
 #include "module_support.h"
 
-RCSID("$Id: gettext.c,v 1.2 2000/02/29 20:37:39 neotron Exp $");
+RCSID("$Id: gettext.c,v 1.3 2000/02/29 20:41:13 neotron Exp $");
 
 /*
 **! module Locale.Gettext
@@ -28,7 +28,7 @@ RCSID("$Id: gettext.c,v 1.2 2000/02/29 20:37:39 neotron Exp $");
 **!	This module enables access to localization functions from within Pike.
 **!
 **! note
-**!	$Id: gettext.c,v 1.2 2000/02/29 20:37:39 neotron Exp $
+**!	$Id: gettext.c,v 1.3 2000/02/29 20:41:13 neotron Exp $
 */
 
 /******************** PUBLIC FUNCTIONS BELOW THIS LINE */
@@ -280,7 +280,7 @@ void f_setlocale(INT32 args)
   val.u.integer = (int)locale->value; \
   mapping_string_insert(map, make_shared_string(key), &val);\
   } while(0)
-
+/*
 **! method mapping localeconv()
 **!	     The localeconv() function returns a mapping with settings for
 **!	     the current locale. This mapping contains all values
@@ -380,6 +380,7 @@ void f_setlocale(INT32 args)
 **!	               quantity. The value of n_sign_posn is interpreted
 **!	               according to the rules described under p_sign_posn.
 **! see also: bindtextdomain, textdomain, gettext, dgettext, dcgettext, setlocale
+*/
 void f_localeconv(INT32 args)
 {
   struct lconv *locale; /* Information about the current locale */
-- 
GitLab