From bfda71774907263f5263a3ae2e8c8fa40fbc2cca Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 23 Jan 2013 09:38:05 -0500 Subject: Cosmetic changes to be closer to Adobe terminology Change object type Keyword to Operator, and place the order of the object types in object_type_e in the same order as they are mentioned in the PDF specification. Note that this change only breaks backward compatibility with code that has not yet been released. --- libqpdf/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf/build.mk') diff --git a/libqpdf/build.mk b/libqpdf/build.mk index 0b248a91..16342b9f 100644 --- a/libqpdf/build.mk +++ b/libqpdf/build.mk @@ -43,8 +43,8 @@ SRCS_libqpdf = \ libqpdf/QPDF_InlineImage.cc \ libqpdf/QPDF_Integer.cc \ libqpdf/QPDF_Name.cc \ - libqpdf/QPDF_Keyword.cc \ libqpdf/QPDF_Null.cc \ + libqpdf/QPDF_Operator.cc \ libqpdf/QPDF_Real.cc \ libqpdf/QPDF_Reserved.cc \ libqpdf/QPDF_Stream.cc \ -- cgit v1.2.3-54-g00ecf