Fix Jira NCF-233.

Rename nciter.[ch] to nc_iter.[ch] to avoid
potential build issues.
This commit is contained in:
Dennis Heimbigner 2013-02-28 17:51:09 +00:00
parent abb8364f95
commit c50b8c29e2
11 changed files with 11 additions and 11 deletions

2
cf
View File

@ -21,7 +21,7 @@ cmds=""
#cmds="all"
#cmds="all check"
#cmds="all dist"
cmds="all distcheck"
#cmds="all distcheck"
#cmds="$cmds install"
fi

View File

@ -13,8 +13,8 @@ ncgen_SOURCES=generate.c main.c cdata.c bindata.c genchar.c cvt.c data.c debug.c
escapes.c genc.c genbin.c generr.c genlib.c getfill.c odom.c offsets.c \
semantics.c ncgentab.c dump.c util.c bytebuffer.c list.c data.h \
debug.h generr.h genlib.h includes.h ncgen.h odom.h offsets.h dump.h \
util.h bytebuffer.h list.h genf77.c f77data.c genj.c jdata.c nciter.h \
nciter.c ConvertUTF.c ConvertUTF.h
util.h bytebuffer.h list.h genf77.c f77data.c genj.c jdata.c nc_iter.h \
nc_iter.c ConvertUTF.c ConvertUTF.h
# This is the man page.
man_MANS = ncgen.1

View File

@ -4,7 +4,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#ifdef ENABLE_BINARY

View File

@ -4,7 +4,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#ifdef ENABLE_C

View File

@ -4,7 +4,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#ifdef ENABLE_F77

View File

@ -5,7 +5,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#include <ctype.h> /* for isprint() */
#ifdef ENABLE_C

View File

@ -4,7 +4,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#include "odom.h"
#include "offsets.h"

View File

@ -5,7 +5,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#ifdef ENABLE_F77

View File

@ -5,7 +5,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#ifdef ENABLE_JAVA

View File

@ -4,7 +4,7 @@
*********************************************************************/
#include "includes.h"
#include "nciter.h"
#include "nc_iter.h"
#ifdef ENABLE_JAVA