Skip to content

Commit

Permalink
vm: update origin information of zstd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed May 14, 2024
1 parent 4d68080 commit 15c0966
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vm/zstd.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
// Copyright (C) 2022-2024 nomennescio
// See https://factorcode.org/license.txt for BSD license.

// zstd.h is copied from github.com/facebook/zstd.git using
// $ cp zstd/lib/zstd.h factor/vm/zstd.h

namespace lib { namespace zstd { extern "C" {
#define ZSTD_STATIC_LINKING_ONLY // enable advanced experimental functions
// update the following line if zstd.h is updated
// origin : git SHA1: 794ea1b0 tag: v1.5.6
#include "zstd.h"
} } }

0 comments on commit 15c0966

Please sign in to comment.