~sbinet/star-tex-patches

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH star-tex] internal/ctex: dont use GCC extension (raw strings)

Details
Message ID
<isRb9o52vOogOdeEDVlCXUngtqrl7H1fO2TIkD0NtF8@cp3-web-033.plabs.ch>
DKIM signature
missing
Download raw message
Patch: +2 -6
Signed-off-by: Sebastien Binet <s@sbinet.org>
---
 internal/ctex/ctex.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/internal/ctex/ctex.c b/internal/ctex/ctex.c
index 0e5aaef..07a59d4 100644
--- a/internal/ctex/ctex.c
+++ b/internal/ctex/ctex.c
@@ -19433,12 +19433,8 @@ void process(ctex_t *ctx, const char *filename, const char *result,
  ctx->dvi_mgr.dvi_file = fopen(result, "w");

  const char *args[5] = {
      R"(\nonstopmode)", // omits all stops (\batchmode also omits terminal
                         // output)
      R"(\input plain)",
      R"(\input)",
      filename,
      R"(\end)",
      // omits all stops (\batchmode also omits terminal output)
      "\\nonstopmode", "\\input plain", "\\input", filename, "\\end",
  };
  typeset(ctx, 5, args);
}
-- 
2.30.1

[star-tex/patches/linux.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<C9IK5YWBBBMZ.13071602H8JQD@cirno>
In-Reply-To
<isRb9o52vOogOdeEDVlCXUngtqrl7H1fO2TIkD0NtF8@cp3-web-033.plabs.ch> (view parent)
DKIM signature
missing
Download raw message
star-tex/patches/linux.yml: SUCCESS in 44s

[internal/ctex: dont use GCC extension (raw strings)][0] from [Sebastien Binet][1]

[0]: https://lists.sr.ht/~sbinet/star-tex-patches/patches/20539
[1]: s@sbinet.org

✓ #439172 SUCCESS star-tex/patches/linux.yml https://builds.sr.ht/~sbinet/job/439172
Reply to thread Export thread (mbox)