diff options
| author | Marc Auberer <marc.auberer@chillibits.com> | 2022-02-19 18:14:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-19 18:14:11 +0100 |
| commit | 9f96c9a0f8db4e1acefdbbf5a750a4bbca247f97 (patch) | |
| tree | b073d2d5c2215553fa4fa9854d9da5f0c4c0458b /tests/examplefiles/spice/example.spice | |
| parent | 1566c44d017e48b518427546325272e224a7e971 (diff) | |
| download | pygments-git-9f96c9a0f8db4e1acefdbbf5a750a4bbca247f97.tar.gz | |
Spice: Update some keywords (#2067)
Diffstat (limited to 'tests/examplefiles/spice/example.spice')
| -rw-r--r-- | tests/examplefiles/spice/example.spice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/spice/example.spice b/tests/examplefiles/spice/example.spice index 4c0498ed..c0187de2 100644 --- a/tests/examplefiles/spice/example.spice +++ b/tests/examplefiles/spice/example.spice @@ -7,7 +7,7 @@ f<int> fib(int n) { } // Function to compute factorial numbers recursively -f<int> fac(int input) { +inline f<int> fac(int input) { if input < 2 { return 1; } |
