mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Fix intrinsics copyright line and include guards
* libguile/intrinsics.h: Fix include guard comment and copyright line.
This commit is contained in:
parent
eecb72746a
commit
150f3474df
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
/* Copyright 2 Free Software Foundation, Inc.
|
||||
/* Copyright 2018
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of Guile.
|
||||
|
||||
|
@ -111,4 +112,4 @@ SCM_INTERNAL SCM scm_intrinsic_list (void);
|
|||
SCM_INTERNAL void scm_bootstrap_intrinsics (void);
|
||||
SCM_INTERNAL void scm_init_intrinsics (void);
|
||||
|
||||
#endif /* _SCM_INSTRUCTIONS_H_ */
|
||||
#endif /* _SCM_VM_INTRINSICS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue