1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 08:10:17 +02:00

Adapt to lightning -> lightening name change

* libguile/jit.c: Include lightening.h.
* libguile/Makefile.am: Adapt.
This commit is contained in:
Andy Wingo 2019-04-03 14:07:42 +02:00
parent 2e4fb1e665
commit e9be4ea73d
257 changed files with 87 additions and 85 deletions

View file

@ -1,4 +1,4 @@
/* Copyright 2018
/* Copyright 2018, 2019
Free Software Foundation, Inc.
This file is part of Guile.
@ -28,7 +28,7 @@
#include <stdio.h>
#include <sys/mman.h>
#include <lightning.h>
#include <lightening.h>
#include "frames.h"
#include "gsubr.h"