From 006d4a9b37bf6dc8dafd5b213e8cdb23657fd3a6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 13 Oct 1999 00:00:35 +0000 Subject: configure: Rebuilt. * configure: Rebuilt. * configure.in: Fixed test for --disable-java-net. From-SVN: r29931 --- libjava/doc/cni.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libjava/doc') diff --git a/libjava/doc/cni.sgml b/libjava/doc/cni.sgml index fac01db..208a6e1 100644 --- a/libjava/doc/cni.sgml +++ b/libjava/doc/cni.sgml @@ -50,7 +50,7 @@ a Java/CNI-aware C++ compiler, specifically a recent version of G++.) You start with: -#include <cni.h> +#include <gcj/cni.h> @@ -198,7 +198,7 @@ Java provides 8 primitives types: long, float, double, char, and boolean. These are the same as the following C++ typedefs -(which are defined by cni.h): +(which are defined by gcj/cni.h): jbyte, jshort, jint, jlong, jfloat, jdouble, @@ -350,7 +350,7 @@ public class Int you can write: -#include <cni.h> +#include <gcj/cni.h> #include <Int.h> Int* mult (Int *p, jint k) -- cgit v1.1