SHA256
8
0
forked from pool/doxygen
OBS User unknown
2007-01-15 23:10:37 +00:00
committed by Git OBS Bridge
commit 87d71fd9c6
19 changed files with 1203 additions and 0 deletions

13
doxygen-1.5.0-arm.patch Normal file
View File

@@ -0,0 +1,13 @@
--- qtools/qstring.h
+++ qtools/qstring.h
@@ -163,8 +165,10 @@
bool isLetterOrNumber() const;
bool isDigit() const;
+#ifndef __arm__
uchar& cell() { return cl; }
uchar& row() { return rw; }
+#endif
uchar cell() const { return cl; }
uchar row() const { return rw; }