Module Name: src Committed By: rillig Date: Sat Sep 11 18:38:25 UTC 2021
Modified Files: src/include: stdio.h Log Message: stdio.h: remove outdated comment about fpos_t The 'fairly grotesque' from 1994-04-03 referred to the conditional definition of the type fpos_t, using two different integer types that both happened to be 64-bit. When stdio was changed on 2012-01-22 to keep track of the mbstate, the conditional type definition was removed and the comment no longer made sense. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/include/stdio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.