toybox icon indicating copy to clipboard operation
toybox copied to clipboard

Fix incorrect pop at end of function.

Open jfgoog opened this issue 2 years ago • 3 comments

jfgoog avatar May 03 '22 21:05 jfgoog

I'd like to add a test case demonstrating the failure this fixes. Do you have one handy?

landley avatar May 07 '22 06:05 landley

https://android.googlesource.com/platform/ndk/+/refs/heads/master/build/ndk-build

Conditional nested declaration of the log() function, around line 103.

jfgoog avatar May 07 '22 11:05 jfgoog

https://android.googlesource.com/platform/ndk/+/refs/heads/master/build/ndk-build

Conditional nested declaration of the log() function, around line 103.

gittiles (and internal cs/) tip you might not have come across: if you click on the line number, it'll give you a link to that line, such as https://android.googlesource.com/platform/ndk/+/refs/heads/master/build/ndk-build#103

enh-google avatar May 09 '22 16:05 enh-google