mbattyani / cl-pdf

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
Other
115 stars 41 forks source link

Move extended-ascii-p definition to pdf.lisp #40

Open gpiero opened 8 months ago

gpiero commented 8 months ago

This is to avoid an 'undefined function' exception when using :cl-pdf without :cl-pdf-parser. The latter still works as it depends on the former.