summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/runetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/runetype.c')
-rw-r--r--lib/libc/locale/runetype.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/runetype.c b/lib/libc/locale/runetype.c
index 282f806..dde54a4 100644
--- a/lib/libc/locale/runetype.c
+++ b/lib/libc/locale/runetype.c
@@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $FreeBSD$
*/
#include <stdio.h>
@@ -41,7 +43,6 @@ unsigned long
___runetype(c)
_BSD_CT_RUNE_T_ c;
{
-#ifdef XPG4
int x;
_RuneRange *rr = &_CurrentRuneLocale->runetype_ext;
_RuneEntry *re = rr->ranges;
@@ -59,6 +60,6 @@ ___runetype(c)
return(re->map);
}
}
-#endif
+
return(0L);
}
OpenPOWER on IntegriCloud