Merge branch 'master' of github.com:janet-lang/janet

This commit is contained in:
Calvin Rose 2020-11-28 12:18:51 -06:00
commit 7c8f5ef811
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#if defined(__NetBSD__) || defined(__APPLE__) || defined(__OpenBSD__) \
|| defined(__bsdi__) || defined(__DragonFly__)
/* Use BSD soucre on any BSD systems, include OSX */
/* Use BSD source on any BSD systems, include OSX */
# define _BSD_SOURCE
#else
/* Use POSIX feature flags */