moved the opts record back to private header file

This commit is contained in:
alisdair sullivan 2010-05-18 13:16:47 -07:00
parent b38c9878c6
commit baf8561780
4 changed files with 9 additions and 8 deletions

View file

@ -1,6 +0,0 @@
-record(opts, {
comments = false,
escaped_unicode = ascii,
naked_values = false,
encoding = utf8
}).