diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-22 11:20:01 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-22 11:20:01 +0200 |
| commit | 3ee20b6b9b0dee56f4ffcb8b80c8b8390589a5f6 (patch) | |
| tree | f1389dfaa7420a264acf274b90b77f32f406922d /src/config.h | |
| parent | 75c3a166b98aa5c89fa3a8c82c70ef9f9fb54416 (diff) | |
add rc sourcing
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 31e8fa1..c1c8de2 100644 --- a/src/config.h +++ b/src/config.h @@ -1,3 +1,3 @@ #pragma once -static const char* rcfile = "scratch/.yrc"; +static const char* RCFILENAME= "scratch/.yrc"; |
