emacs-elpa-diffs
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]