Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/lib/libc/citrus Pull up revision 1.17 (requested by yam...



details:   https://anonhg.NetBSD.org/src/rev/e6d917eef53a
branches:  netbsd-1-6
changeset: 530245:e6d917eef53a
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 02 15:01:14 2003 +0000

description:
Pull up revision 1.17 (requested by yamt in ticket #1202):
in _RESTART_BEGIN macro, don't use external variable directly.

diffstat:

 lib/libc/citrus/citrus_ctype_template.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ef4c69d66530 -r e6d917eef53a lib/libc/citrus/citrus_ctype_template.h
--- a/lib/libc/citrus/citrus_ctype_template.h   Mon Jun 02 15:00:34 2003 +0000
+++ b/lib/libc/citrus/citrus_ctype_template.h   Mon Jun 02 15:01:14 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: citrus_ctype_template.h,v 1.13.2.3 2003/06/02 15:00:28 tron Exp $      */
+/*     $NetBSD: citrus_ctype_template.h,v 1.13.2.4 2003/06/02 15:01:14 tron Exp $      */
 
 /*-
  * Copyright (c)2002 Citrus Project,
@@ -350,7 +350,7 @@
                        _pse_ = &_CEI_TO_STATE(_cei_, _func_);          \
                        if (_STATE_NEEDS_EXPLICIT_INIT(_pse_))          \
                            _FUNCNAME(init_state)(_CEI_TO_EI(_cei_),    \
-                                                       psenc);         \
+                                                       (_pse_));       \
                } else {                                                \
                        _pse_ = &_state;                                \
                        _FUNCNAME(unpack_state)(_CEI_TO_EI(_cei_),      \



Home | Main Index | Thread Index | Old Index