mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-29 10:42:39 +00:00
10 lines
285 B
Diff
10 lines
285 B
Diff
+++ a/src/attributes.h
|
|
@@ -24,6 +24,7 @@
|
|
* line-by-line comparison. Also, inorder for proper parsing, some
|
|
* properties must be before others (e.g. 'font' before 'font-family').
|
|
*/
|
|
+#undef PAGE_SIZE
|
|
enum class SPAttr {
|
|
INVALID, ///< Must have value 0.
|
|
/* SPObject */
|