| Index: third_party/libxslt/libxslt/variables.c
|
| diff --git a/third_party/libxslt/libxslt/variables.c b/third_party/libxslt/libxslt/variables.c
|
| index e1a80eeee56b037961237fee0e1fc8caf011cd8e..60b46eaf2b4ad7f81809c4221ab07f9854de1dff 100644
|
| --- a/third_party/libxslt/libxslt/variables.c
|
| +++ b/third_party/libxslt/libxslt/variables.c
|
| @@ -40,7 +40,7 @@
|
| const xmlChar *xsltDocFragFake = (const xmlChar *) " fake node libxslt";
|
| #endif
|
|
|
| -const xmlChar *xsltComputingGlobalVarMarker =
|
| +static const xmlChar *xsltComputingGlobalVarMarker =
|
| (const xmlChar *) " var/param being computed";
|
|
|
| #define XSLT_VAR_GLOBAL (1<<0)
|
|
|