protect against multiple inclusion (possibe now with DOM/layout/libmocha)

git-svn-id: svn://10.0.0.236/trunk@8603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1998-08-27 05:54:56 +00:00
parent 0f715858f6
commit 917fc12442

View File

@@ -16,6 +16,9 @@
* Reserved.
*/
#ifndef PA_PARSE_H
#define PA_PARSE_H
#include "xp.h"
#include "pa_tags.h"
#include "edttypes.h"
@@ -129,3 +132,4 @@ extern void pa_FlushOverflow(NET_StreamClass *stream);
extern intn LO_Format(int32, PA_Tag *, intn);
*/
#endif /* PA_PARSE_H */