SHA256
8
0
forked from pool/doxygen
OBS User unknown
2007-10-31 15:52:10 +00:00
committed by Git OBS Bridge
parent 272ac2badd
commit f95afaa64c
15 changed files with 64 additions and 22 deletions

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