From d33131607d876b06598f0128414b6f66fc441489 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 19 Oct 2025 15:34:19 +0100 Subject: [PATCH] why is the change lookup so broken? --- jcl/SIEVE05.jcl | 1 + src/SIEVE05.c | 1 + 2 files changed, 2 insertions(+) diff --git a/jcl/SIEVE05.jcl b/jcl/SIEVE05.jcl index 9dfc009..aacdeb9 100644 --- a/jcl/SIEVE05.jcl +++ b/jcl/SIEVE05.jcl @@ -1,5 +1,6 @@ //SIEVE05 JOB (GCC),'Sieve 5 Program Example', // NOTIFY=@05054,CLASS=A,MSGCLASS=H, // MSGLEVEL=(1,1),REGION=4M,TIME=1440 +//* Compile Step //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE05)' // \ No newline at end of file diff --git a/src/SIEVE05.c b/src/SIEVE05.c index f17c422..fededb7 100644 --- a/src/SIEVE05.c +++ b/src/SIEVE05.c @@ -3,6 +3,7 @@ #define LIMIT 10000 #define PRIMES 1000 + int main() { int i,j,numbers[LIMIT];