Fixed irix bustage

This commit is contained in:
kipp
1998-05-08 21:12:12 +00:00
parent 8992dca98f
commit 8a37a28e7b
10 changed files with 22 additions and 11 deletions

View File

@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
char * nsSelection::ToString() { char * nsSelection::ToString() {
return mRange->ToString();; return mRange->ToString();;
} }

View File

@@ -40,11 +40,13 @@ CPPSRCS = \
nsStyleSet.cpp \ nsStyleSet.cpp \
$(NULL) $(NULL)
EXPORTS = nsSelectionRange.h \
$(NULL)
MODULE = raptor MODULE = raptor
EXPORTS = \
nsSelectionRange.h \
nsSelectionPoint.h \
$(NULL)
REQUIRES = xpcom raptor dom netlib REQUIRES = xpcom raptor dom netlib
include $(DEPTH)/config/config.mk include $(DEPTH)/config/config.mk

View File

@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
char * nsSelection::ToString() { char * nsSelection::ToString() {
return mRange->ToString();; return mRange->ToString();;
} }

View File

@@ -48,3 +48,4 @@ char * nsSelectionPoint::ToString() {
sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE")); sprintf(str, "TextPoint[0x%X, offset=%d, isAnchor=%s]", fContent, fOffset, (fIsAnchor?"PR_TRUE":"PR_FALSE"));
return str; return str;
} }

View File

@@ -91,3 +91,4 @@ char * nsSelectionRange::ToString() {
delete endStr; delete endStr;
return str; return str;
} }

View File

@@ -90,3 +90,4 @@ void nsSelection::GetRange(nsSelectionRange * aSelectionRange) {
char * nsSelection::ToString() { char * nsSelection::ToString() {
return mRange->ToString();; return mRange->ToString();;
} }

View File

@@ -177,3 +177,4 @@ protected:
}; };
#endif #endif

View File

@@ -157,3 +157,4 @@ public:
}; };
#endif #endif

View File

@@ -177,3 +177,4 @@ protected:
}; };
#endif #endif

View File

@@ -157,3 +157,4 @@ public:
}; };
#endif #endif