From 51b8205a513e86c62121a927a067632c1a933839 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 29 Mar 2018 22:25:09 +0200 Subject: Remove need for namedump by using macros and preprocessor. Add a PDF_NAME(Foo) macro that evaluates to a pdf_obj for /Foo. Use the C preprocessor to create the enum values and string table from one include file instead of using a separate code generator tool. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index baff34b0..de324cd5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,6 @@ thirdparty/jpegxr # Generated files: build generated -include/mupdf/pdf/name-table.h -source/pdf/pdf-name-table.h tags cscope.* -- cgit v1.2.3