SHA256
8
0
forked from pool/doxygen
OBS User unknown
2009-01-13 17:42:16 +00:00
committed by Git OBS Bridge
parent 41db1ffb62
commit 837cfaa50c
18 changed files with 142 additions and 76 deletions

13
doxygen-1.5.8-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; }