shithub: puzzles

Download patch

ref: 89c438e149a91fffa74b2669f7e0cd05abc3420f
parent: 7abf85a9c6b460698994d9cfa538b7b26fed5e87
author: Simon Tatham <anakin@pobox.com>
date: Thu Apr 20 10:06:43 EDT 2023

Declare all dsfs as a dedicated type name 'DSF'.

In this commit, 'DSF' is simply a typedef for 'int', so that the new
declaration form 'DSF *' translates to the same type 'int *' that dsfs
have always had. So all we're doing here is mechanically changing type
declarations throughout the code.