summaryrefslogtreecommitdiff
path: root/src/devices/grops/ps.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grops/ps.cc')
-rw-r--r--src/devices/grops/ps.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/grops/ps.cc b/src/devices/grops/ps.cc
index 8c8dabb1..a467f047 100644
--- a/src/devices/grops/ps.cc
+++ b/src/devices/grops/ps.cc
@@ -33,6 +33,8 @@ extern "C" {
}
#endif /* NEED_DECLARATION_PUTENV */
+extern "C" const char *Version_string;
+
static int landscape_flag = 0;
static int manual_feed_flag = 0;
static int ncopies = 1;
@@ -1119,7 +1121,6 @@ ps_printer::~ps_printer()
putchar('\n');
out.set_file(stdout);
{
- extern const char *Version_string;
out.begin_comment("Creator:")
.comment_arg("groff")
.comment_arg("version")
@@ -1495,7 +1496,6 @@ int main(int argc, char **argv)
switch(c) {
case 'v':
{
- extern const char *Version_string;
printf("GNU grops (groff) version %s\n", Version_string);
exit(0);
break;