SHA256
8
0
forked from pool/doxygen
OBS User unknown
2008-02-28 00:54:14 +00:00
committed by Git OBS Bridge
parent f95afaa64c
commit c4b221d0f7
14 changed files with 183 additions and 116 deletions

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