[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/sqlite3 fd4188756e 45/62: Fixed inlined src blocks
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/sqlite3 fd4188756e 45/62: Fixed inlined src blocks |
Date: |
Tue, 14 Mar 2023 11:01:48 -0400 (EDT) |
branch: elpa/sqlite3
commit fd4188756e7ab2cf7618801e0b9f837f19f69d2c
Author: Uphill Battler <code@uphill.me>
Commit: Uphill Battler <code@uphill.me>
Fixed inlined src blocks
---
tools/README.org | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/tools/README.org b/tools/README.org
index 64e84a07e0..b4d81bff01 100644
--- a/tools/README.org
+++ b/tools/README.org
@@ -1,19 +1,21 @@
#+OPTIONS: ^:nil
* Notes to self
-Run src_sh[:eval no :exports code]{make} to generate src_sh[:eval no :exports
-code]{consts.c} with the Homebrew (latest) version of sqlite3.h on Mac.
+Run ~make~ to generate ~consts.c~ with the Homebrew (latest) version of
+~sqlite3.h~ on Mac.
-Requires curl, Pandoc and Python.
+Requires ~curl~, Pandoc and Python 3.
-Not everything in sqlite3.h is required by the Emacs module. The codes listed
below are filtered out.
+Not everything in ~sqlite3.h~ is required by the Emacs module. The codes listed
+below are filtered out.
+- ~SQLITE_TRANSIENT~
+- ~SQLITE_STATIC~
+- ~SQLITE_SCANSTAT_*~
- Anything not present on https://sqlite.org/c3ref/constlist.html
-- SQLITE_TRANSIENT, SQLITE_STATIC, SQLITE_SCANSTAT_*
-Definitions in src_sh[:eval no :exports code]{consts.c} are guarded by
-src_c[:eval no :exports code]{#ifdef} in case the local installation of (older)
-SQLite doesn't have them defined. E.g.
+Definitions in ~consts.c~ are guarded by ~#ifdef~ in case the local
installation
+of (older) SQLite doesn't have them defined. E.g.
#+BEGIN_SRC c :eval no :exports code
#ifdef SQLITE_NOTADB
@@ -21,4 +23,4 @@ defconst(env, "sqlite-notadb", env->make_integer(env,
SQLITE_NOTADB));
#endif
#+END_SRC
-Regenerate src_sh[:eval no :exports code]{consts.c} whenever a new version is
SQLite is available.
+Regenerate ~consts.c~ whenever a new version is SQLite is available.
- [nongnu] elpa/sqlite3 bcb3b0163b 58/62: Fix build with Cygwin and MSYS2, (continued)
- [nongnu] elpa/sqlite3 bcb3b0163b 58/62: Fix build with Cygwin and MSYS2, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 108521be02 59/62: Merge pull request #5 from yasuhirokimura/fix_build_with_cygwin_and_msys2, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 ad6dc366b7 60/62: Added contributors, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 50b814063b 62/62: Merge pull request #6 from emacsmirror/noninteractive, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 5218e49511 41/62: Merge pull request #2 from tarsiiformes/melpa, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 94108288e4 08/62: fixed README, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 a4832b01c3 14/62: improved commentary, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 89512b336a 23/62: removed package-install.el & install.el, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 0d4ca93830 33/62: Removed gcc warnings, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 800a4fc494 40/62: Add sqlite3.el to make installable from Melpa, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 fd4188756e 45/62: Fixed inlined src blocks,
ELPA Syncer <=
- [nongnu] elpa/sqlite3 40e3c9b6a8 61/62: Compile without prompting in non-interactive session, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 0cb2e25155 22/62: doc updated, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 84bd83a7fa 42/62: Removed unused codes from consts.c, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 95abc25cc6 48/62: package name: sqlite3-api to sqlite3, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 88dfeae8f9 50/62: Merge pull request #3 from reflektoin/patch-1, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 7cb4b660fe 53/62: Update README.org, ELPA Syncer, 2023/03/14
- [nongnu] elpa/sqlite3 4e111c937f 54/62: fixed a bug in NIL equality check, ELPA Syncer, 2023/03/14