From 65e544c35a719e1b1845c8c57cfa9aa8b3ef296d Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 10 Feb 2019 12:28:42 +0100 Subject: [PATCH] Don't prototype strcpy as it makes OSX sad. --- util/LLgen/src/tokens.g | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/LLgen/src/tokens.g b/util/LLgen/src/tokens.g index bc39d22ad..79ee579da 100644 --- a/util/LLgen/src/tokens.g +++ b/util/LLgen/src/tokens.g @@ -549,8 +549,6 @@ cpy(s,p,inserted) register string p; { return p; } -string strcpy(); - LLmessage(d) { /* * d is either 0, in which case the current token has been deleted,