This website requires JavaScript.
Explore
Help
Sign in
a
/
ziglings
Watch
1
Star
0
Fork
You've already forked ziglings
0
mirror of
https://codeberg.org/andyscott/ziglings.git
synced
2025-01-10 05:45:55 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cec0aa51db
ziglings
/
patches
/
patches
/
040_pointers2.patch
5 lines
92 B
Diff
Raw
Normal View
History
Unescape
Escape
Ensure the patches are up-to-date and consistent Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
2023-04-17 03:19:49 -04:00
26c26
Add remaining patch files
2021-02-15 17:13:55 -05:00
< const b: *u8 = &a; // fix this!
---
> const b: *const u8 = &a; // fix this!
Reference in a new issue
Copy permalink