diff options
| author | Michael Matz <matz@suse.de> | 2016-07-14 04:09:49 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:08 +0100 |
| commit | 662338f116c3b87c78ddb113e8e63f6329fe307f (patch) | |
| tree | bdf415f6a66394a6ffc7bcf252b44edb04a491f9 /texi2pod.pl | |
| parent | e034853b38907440142107eb689c5dd6c6621fca (diff) | |
| download | tinycc-662338f116c3b87c78ddb113e8e63f6329fe307f.tar.gz tinycc-662338f116c3b87c78ddb113e8e63f6329fe307f.tar.bz2 | |
Fix function to pointer conversion
This snippet is valid:
void foo(void);
... foo + 42 ...
the function designator is converted to pointer to function
implicitely. gen_op didn't do that and bailed out.
Diffstat (limited to 'texi2pod.pl')
0 files changed, 0 insertions, 0 deletions
