The R Project SVN R

Rev

Rev 32910 | Rev 41539 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32910 Rev 36792
Line 11... Line 11...
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
   Library General Public License for more details.
12
   Library General Public License for more details.
13
 
13
 
14
   You should have received a copy of the GNU Library General Public
14
   You should have received a copy of the GNU Library General Public
15
   License along with this program; if not, write to the Free Software
15
   License along with this program; if not, write to the Free Software
16
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17
   USA.  */
17
   USA.  */
18
 
18
 
19
#ifdef HAVE_CONFIG_H
19
#ifdef HAVE_CONFIG_H
20
# include <config.h>
20
# include <config.h>
21
#endif
21
#endif
Line 78... Line 78...
78
      case TYPE_CHAR:
78
      case TYPE_CHAR:
79
	ap->a.a_char = va_arg (args, int);
79
	ap->a.a_char = va_arg (args, int);
80
	break;
80
	break;
81
#ifdef HAVE_WINT_T
81
#ifdef HAVE_WINT_T
82
      case TYPE_WIDE_CHAR:
82
      case TYPE_WIDE_CHAR:
83
	  ap->a.a_wide_char = va_arg (args, /* wint_t */ int);
83
        ap->a.a_wide_char = va_arg (args, /* wint_t */ int);
84
	break;
84
	break;
85
#endif
85
#endif
86
      case TYPE_STRING:
86
      case TYPE_STRING:
87
	ap->a.a_string = va_arg (args, const char *);
87
	ap->a.a_string = va_arg (args, const char *);
88
	break;
88
	break;