Module Name: src Committed By: christos Date: Wed Mar 16 17:01:40 UTC 2016
Modified Files: src/bin/sh: syntax.h Log Message: Remove wrong unsigned cast, index can be negative. Cast char to int so that gcc does not warn. Probably better to do the offset at runtime, but that would cost more. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/bin/sh/syntax.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.