Skip to content

Commit

Permalink
update sl.h with upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed Jul 31, 2024
1 parent aaf9b60 commit e90f081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/sl.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// define SL_IMPL before including this file in a source file
#ifndef SL_SINGLEFILE_H
#define SL_SINGLEFILE_H
#define SL_IMPL_NO_INCLUDE
#line 1 "sl.h"
#ifndef SL_H
#define SL_H
Expand Down Expand Up @@ -46,7 +47,6 @@ long slcount(const slist_t *sl);
#ifdef SL_IMPL
#ifndef SL_IMPL_ONCE
#define SL_IMPL_ONCE
#define SL_IMPL_NO_INCLUDE
#line 1 "sl.c"
#ifndef SL_IMPL_NO_INCLUDE
#include "sl.h"
Expand Down

0 comments on commit e90f081

Please sign in to comment.