SHA256
8
0
forked from pool/doxygen
OBS User unknown
2008-07-18 20:24:33 +00:00
committed by Git OBS Bridge
parent c4b221d0f7
commit 41db1ffb62
15 changed files with 75 additions and 17 deletions

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

@@ -0,0 +1,13 @@
--- qtools/qstring.h
+++ qtools/qstring.h
@@ -163,8 +163,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; }