mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 10:58:25 +00:00
Rename bits.icc to bits_include.cc
This commit is contained in:
parent
dffd30ccbd
commit
6aa58d51be
@ -2,9 +2,9 @@
|
||||
|
||||
#include <qpdf/QIntC.hh>
|
||||
|
||||
// See comments in bits.cc
|
||||
// See comments in bits_include.cc
|
||||
#define BITS_READ 1
|
||||
#include "bits.icc"
|
||||
#include "bits_include.cc"
|
||||
|
||||
BitStream::BitStream(unsigned char const* p, size_t nbytes) :
|
||||
start(p),
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include <qpdf/BitWriter.hh>
|
||||
|
||||
// See comments in bits.cc
|
||||
// See comments in bits_include.cc
|
||||
#define BITS_WRITE 1
|
||||
#include "bits.icc"
|
||||
#include "bits_include.cc"
|
||||
|
||||
BitWriter::BitWriter(Pipeline* pl) :
|
||||
pl(pl),
|
||||
|
@ -7,11 +7,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
// See comments in bits.cc
|
||||
// See comments in bits_include.cc
|
||||
#define BITS_TESTING 1
|
||||
#define BITS_READ 1
|
||||
#define BITS_WRITE 1
|
||||
#include "../libqpdf/bits.icc"
|
||||
#include "../libqpdf/bits_include.cc"
|
||||
|
||||
static void
|
||||
print_values(long long byte_offset, size_t bit_offset,
|
||||
|
@ -38,8 +38,7 @@ $(TARGETS_libtests): $(TARGETS_libqpdf) $(TARGETS_qpdf)
|
||||
|
||||
INCLUDES_libtests = include libqpdf
|
||||
|
||||
TC_SRCS_libtests = $(wildcard libqpdf/*.cc) $(wildcard libtests/*.cc) \
|
||||
libqpdf/bits.icc
|
||||
TC_SRCS_libtests = $(wildcard libqpdf/*.cc) $(wildcard libtests/*.cc)
|
||||
|
||||
# -----
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user