Fixed irix bustage
This commit is contained in:
@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
||||
char * nsSelection::ToString() {
|
||||
return mRange->ToString();;
|
||||
}
|
||||
|
||||
|
||||
@@ -40,11 +40,13 @@ CPPSRCS = \
|
||||
nsStyleSet.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = nsSelectionRange.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE = raptor
|
||||
|
||||
EXPORTS = \
|
||||
nsSelectionRange.h \
|
||||
nsSelectionPoint.h \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = xpcom raptor dom netlib
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
||||
char * nsSelection::ToString() {
|
||||
return mRange->ToString();;
|
||||
}
|
||||
|
||||
|
||||
@@ -48,3 +48,4 @@ char * nsSelectionPoint::ToString() {
|
||||
sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE"));
|
||||
return str;
|
||||
}
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ char * nsSelectionRange::ToString() {
|
||||
delete endStr;
|
||||
return str;
|
||||
}
|
||||
|
||||
|
||||
@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
|
||||
char * nsSelection::ToString() {
|
||||
return mRange->ToString();;
|
||||
}
|
||||
|
||||
|
||||
@@ -177,3 +177,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -157,3 +157,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -177,3 +177,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@@ -157,3 +157,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user