Skip to content

Instantly share code, notes, and snippets.

@death
Created January 29, 2021 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save death/fc850088f845793709ca973b088a3455 to your computer and use it in GitHub Desktop.
Save death/fc850088f845793709ca973b088a3455 to your computer and use it in GitHub Desktop.
informatimago patch
From 92a96e0866f99907d0324a03d747025a0e8f52cd Mon Sep 17 00:00:00 2001
From: death <death@adeht.org>
Date: Sat, 16 May 2020 19:09:11 +0300
Subject: [PATCH] made to compile and load
---
languages/linc/packages.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/languages/linc/packages.lisp b/languages/linc/packages.lisp
index b936a36..734c60a 100644
--- a/languages/linc/packages.lisp
+++ b/languages/linc/packages.lisp
@@ -175,7 +175,7 @@
(defpackage "COM.INFORMATIMAGO.LANGUAGES.LINC"
(:use "COMMON-LISP")
- (:shadow "TYPEP" "FUNCTIONP")
+ (:shadow "TYPEP" "FUNCTIONP" "DECLARATION")
(:use "SPLIT-SEQUENCE")
(:use "COM.INFORMATIMAGO.COMMON-LISP.CESARUM.UTILITY")
(:shadow "INCLUDE-FILE")
--
2.30.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment